Variable decodeConst
decode: (src: string) => string
Type Declaration
- (src: string): string
Parameters
- src: string
Base64 string. Both normal and URL-safe are supported
Returns string
UTF-8 string
- src: string
ConstBase64 string. Both normal and URL-safe are supported
UTF-8 string
converts a Base64 string to a UTF-8 string.