decode: (src: string) => string

converts a Base64 string to a UTF-8 string.

Type Declaration

    • (src: string): string
    • Parameters

      • src: string

        Base64 string. Both normal and URL-safe are supported

      Returns string

      UTF-8 string