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