UNPKG

@hot-updater/plugin-core

Version:

React Native OTA solution for self-hosted

3 lines (2 loc) 182 B
export declare const encryptJson: (jsonData: Record<string, any>, secretKey: string) => string; export declare const decryptJson: <T>(encryptedData: string, secretKey: string) => T;