@cnri/encoding
    Preparing search index...

    Variable encodeUrlSafe

    encodeUrlSafe: (arr: Uint8Array) => string

    Type declaration

      • (arr: Uint8Array): string
      • Encodes a byte array into a URL-safe Base64 string.

        Parameters

        • arr: Uint8Array

          The byte array to encode

        Returns string

        The URL-safe Base64 encoded string