Base64
import { Base64 } from "https://raw.githubusercontent.com/i-xi-dev/base64.es/4.1.15/mod.ts";Provides Base64 decoding and Base64 encoding methods.
§Namespace
| Base64.Options | 
§Classes
| Base64.Decoder | Base64 decoder  | 
| Base64.DecoderStream | The   | 
| Base64.Encoder | Base64 encoder  | 
| Base64.EncoderStream | The   | 
§Variables
| Base64.Options.RFC4648 | The options for RFC 4648 Base64.  | 
| Base64.Options.RFC4648URL | The options for RFC 4648 Base64url.  | 
§Functions
| Base64.decode | Decodes a Base64-encoded string into an   | 
| Base64.encode | Encodes the specified byte sequence into a string.  | 
§Type Aliases
| Base64.Options | The object with the following optional fields. The defaults are the values that conforms to the RFC 4648 Base64 specification.  |