effect-io-ai

Package: effect
Module: Encoding

Encoding.encodeBase64

Encodes the given value into a base64 (RFC4648) string.

Signature

declare const encodeBase64: (input: Uint8Array | string) => string

Source

Since v2.0.0