UNPKG

nodemod

Version:

A collection of node modules for The Really Project

5 lines 345 B
export declare function encryptSync(text: string, secret: string): string; export declare function decryptSync(text: string, secret: string): string; export declare function encrypt(text: string, secret: string): Promise<string>; export declare function decrypt(text: string, secret: string): Promise<string>; //# sourceMappingURL=index.d.ts.map