zeed
    Preparing search index...

    Function uuidB62

    • Create a Base62-encoded UUID string from the provided bytes or a newly generated random UUID. The result is a compact, URL-safe identifier.

      Parameters

      • bytes: Uint8Array = ...

        optional 16-byte Uint8Array; if omitted a new random UUID is generated

      Returns string

      Base62 string representation (22 characters)