nodemod
Version:
A collection of node modules for The Really Project
5 lines • 345 B
TypeScript
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