import { bytes } from "https://deno.land/x/hex@0.6.5/src/lib/stdx/fmt.ts";
const { format } = bytes;
Convert bytes to a human-readable string: 1337 → 1.34 kB
Parameters
optional
options: FormatOptions = [UNSUPPORTED]The options
import { bytes } from "https://deno.land/x/hex@0.6.5/src/lib/stdx/fmt.ts";
const { format } = bytes;
Convert bytes to a human-readable string: 1337 → 1.34 kB
The options