UNPKG

285 BTypeScriptView Raw
1import RSAKeyStore from 'keystore-idb/rsa/keystore';
2export declare const clear: () => Promise<void>;
3export declare const create: () => Promise<RSAKeyStore>;
4export declare const set: (userKeystore: RSAKeyStore) => Promise<void>;
5export declare const get: () => Promise<RSAKeyStore>;