UNPKG

345 BTypeScriptView Raw
1export declare function encryptSync(text: string, secret: string): string;
2export declare function decryptSync(text: string, secret: string): string;
3export declare function encrypt(text: string, secret: string): Promise<string>;
4export declare function decrypt(text: string, secret: string): Promise<string>;
5//# sourceMappingURL=index.d.ts.map
\No newline at end of file