effect-io-ai

Package: effect
Module: Encoding

Encoding.decodeBase64Url

Decodes a base64 (URL) encoded string into a Uint8Array.

Signature

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

Source

Since v2.0.0