Skip to main content
Module

x/pretty_bytes/mod.ts>prettyBytes

Convert bytes to a human readable string: 1337 → 1.34 kB
Latest
function prettyBytes
import { prettyBytes } from "https://deno.land/x/pretty_bytes@v2.0.0/mod.ts";

Convert bytes to a human readable string: 1337 → 1.34 kB

Parameters

num: number

The number to format

optional
options: PrettyBytesOptions = [UNSUPPORTED]

The options

Returns

string