Binary Raw - Docs
    Preparing search index...

    Variable BytesConst

    Bytes: {
        KB: (n: number) => ByteCount;
        MB: (n: number) => ByteCount;
        create(n: number): ByteCount;
        fromRange(start: AbsoluteOffset, end: AbsoluteOffset): ByteCount;
    } = ...

    Utility namespace for creating and manipulating byte counts.

    Type Declaration