UNPKG

@hopeio/utils

Version:
4 lines (3 loc) 194 B
export function encrypt(data: any, key: any, iv: any): Promise<string>; export function decrypt(encryptedBase64: any, key: any, iv: any): Promise<string>; export const compatiblecrypto: Crypto;