UNPKG

@awhere/api

Version:

The awesome aWhere API for JavaScript.

3 lines (2 loc) 176 B
export declare function encrypt(data: string, codeChallenge: string): Promise<string>; export declare function decrypt(base64: string, codeChallenge: string): Promise<string>;