UNPKG

parse

Version:
6 lines (5 loc) 183 B
declare const CryptoController: { encrypt(obj: any, secretKey: string): string; decrypt(encryptedText: string, secretKey: string): string; }; export default CryptoController;