Skip to main content
Module

x/bytes_formater/mod.ts

Formatting bytes(Uint8Array、Uint16Array、Uint32Array、ArrayBufferView..) output, is very useful when debugging IO functions
Go to Latest
File
export { format } from "./format.ts";export { setEnabled as setColorEnabled } from "https://deno.land/x/std/colors/mod.ts";