encrypt.d.ts 151 B

123
  1. export declare const encodeStr: (str: string) => string;
  2. export declare const decodeStr: (str: string) => string;
  3. //# sourceMappingURL=encrypt.d.ts.map