@exodus/bytes
    Preparing search index...
    • Decode a base32 string to bytes

      Operates in strict mode for last chunk, does not allow whitespace

      Parameters

      • string: string

        The base32 encoded string

      • Optionaloptions: FromBase32Options

        Decoding options

      Returns Uint8Array

      The decoded bytes

    • Decode a base32 string to bytes

      Operates in strict mode for last chunk, does not allow whitespace

      Parameters

      • string: string

        The base32 encoded string

      • options: FromBase32Options & { format: "buffer" }

        Decoding options

      Returns Buffer

      The decoded bytes