uint8-base64
    Preparing search index...

    Function decode

    • Decode a base64-encoded byte sequence into the original bytes.

      Parameters

      • input: Uint8Array

        Uint8Array holding the base64 representation (one byte per ASCII character, length must be a multiple of 4, = padding allowed).

      Returns Uint8Array

      a Uint8Array containing the decoded bytes.