doum
11 小时以前 06d9e0923ad7756a09a7362e7c706d68e6b84502
1
2
3
export declare function hex2b64(h: string): string;
export declare function b64tohex(s: string): string;
export declare function b64toBA(s: string): number[];