Binary Raw - Docs
    Preparing search index...

    Type Alias ByteCount

    ByteCount: number & { "[___brand]": "ByteCount" }

    Represents a count of bytes. Branded type to prevent confusion with offsets or other numeric values.

    const size = Bytes.create(512); // ByteCount