UNPKG

fast-base64

Version:

Fastest possible base64 encoding/decoding using WebAssembly

3 lines (2 loc) 124 B
export function toBytes(base64: string): Promise<Uint8Array>; export function toBase64(bytes: Uint8Array): Promise<string>;