effect-io-ai

Package: effect
Module: Encoding

Encoding.decodeBase64UrlString

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

Signature

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

Source

Since v2.0.0