@neutrium/formatter - v1.0.1
    Preparing search index...

    Variable bytesParserConst

    bytesParser: Readonly<ParseCodec<"bytes", BytesFormatSpec, string>> = ...

    Built-in byte-size parser, reversing SI or IEC suffixes into an exact byte-count string. Already installed by parse!createParser; defaults to IEC base 1024.

    import { parser } from "@neutrium/formatter/parse";
    parser.parse("1.5 KiB", { kind: "bytes" }); // "1536"