effect-io-ai

Package: effect
Module: Encoding

Encoding.decodeBase64String

Decodes a base64 (RFC4648) encoded string into a UTF-8 string.

Signature

declare const decodeBase64String: (str: string) => Either.Either<string, DecodeException>

Source

Since v2.0.0