UNPKG

next

Version:

The React Framework

3 lines (2 loc) 171 B
export declare function encryptWithSecret(secret: Buffer, data: string): string; export declare function decryptWithSecret(secret: Buffer, encryptedData: string): string;