@cnri/encoding
    Preparing search index...

    Variable encode

    encode: (arr: Uint8Array) => string

    Type declaration

      • (arr: Uint8Array): string
      • Encodes a byte array into a standard Base64 string, with padding.

        Parameters

        • arr: Uint8Array

          The byte array to encode

        Returns string

        The Base64 encoded string