UNPKG

minapp-fetch

Version:
4 lines (3 loc) 188 B
import { TWxDecryptType } from './index'; declare function fetchWxDecryptData(encryptedData: string, iv: string, type: TWxDecryptType): Promise<any>; export default fetchWxDecryptData;