MrShi
2025-09-05 2372466eb880ab5dcbaccfbddd90241de49b8f17
1
2
3
export declare function hex2b64(h: string): string;
export declare function b64tohex(s: string): string;
export declare function b64toBA(s: string): number[];