UNPKG

@omneedia/app

Version:
10 lines (9 loc) 262 B
export declare class Hashes { static utf8_encode(string: any): string; static utf8_decode(utftext: any): string; static md5(s: any): any; } export declare class Base64 { static encode(input: any): string; static decode(input: any): string; }