UNPKG

@yidun/livedetect-sdk-h5

Version:

活体检测 H5

9 lines (8 loc) 258 B
export function normalizeParams(data: any): string; export function uuid(len: any, radix: any): string; export function eypt(data: any): { key: string; iv: string; eyptStr: string; }; export function decrypt(str: any, key: any, iv: any): string;