人民医院前端

base64.d.ts 159B

1234
  1. export declare function hex2b64(h: string): string;
  2. export declare function b64tohex(s: string): string;
  3. export declare function b64toBA(s: string): number[];