3 lines
159 B
TypeScript
3 lines
159 B
TypeScript
export declare function encrypt(text: string): string;
|
|
export declare function decrypt(encryptedText: string): string;
|
|
//# sourceMappingURL=encryption.d.ts.map
|