@cnri/encoding
    Preparing search index...

    Variable decode

    decode: (s: string) => Uint8Array<ArrayBuffer>

    Type declaration

      • (s: string): Uint8Array<ArrayBuffer>
      • Decodes a Base64 string into a byte array.

        Parameters

        • s: string

          The Base64 string to decode

        Returns Uint8Array<ArrayBuffer>

        A Uint8Array containing the decoded bytes