Package: effect Module: Encoding
effect
Encoding
Decodes a base64 (URL) encoded string into a UTF-8 string.
string
Signature
declare const decodeBase64UrlString: (str: string) => Either.Either<string, DecodeException>
Source
Since v2.0.0