UNPKG

fast-base64

Version:

Fastest possible base64 encoding/decoding using WebAssembly

3 lines (2 loc) 99 B
export function fromUrl(base64url: string): string; export function toUrl(base64: string): string;