UNPKG

ab64

Version:

The smallest and fastest Base64 implementation in JavaScript

3 lines (2 loc) 107 B
export declare const atob: (asc: string) => string; export declare const btoa: (binary: string) => string;