UNPKG

ab64

Version:

The smallest and fastest Base64 implementation in JavaScript

5 lines (4 loc) 222 B
export declare const decode: (val: string) => string; export declare const encode: (val: string) => string; export declare const decodeUrl: (val: string) => string; export declare const encodeUrl: (val: string) => string;