UNPKG

fast-base64

Version:

Fastest possible base64 encoding/decoding using WebAssembly

3 lines (2 loc) 106 B
export function toBytes(base64: string): Uint8Array; export function toBase64(bytes: Uint8Array): string;