UNPKG

@privateid/ultra-web-sdk-alpha

Version:
15 lines (14 loc) 351 B
/** * @category Utils */ export declare const read: (result: number) => Promise<any>; /** * @category Utils */ export declare function readKey(key: string): Promise<any>; export declare const clearCache: () => Promise<void>; /** * This function clears the local database * @category Utils */ export declare function clearDB(): Promise<string>;