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