UNPKG

wlpacks-ontimize-web-ngx

Version:
9 lines (8 loc) 220 B
export declare class Base64 { private static PADCHAR; private static ALPHA; static decode(s: string): string; static encode(s: string): string; private static getByte; private static getByte64; }