@sap-ux/store
Version:
NPM module for storing persistent data
11 lines • 388 B
TypeScript
import type { Logger } from '@sap-ux/logger';
import type { SecureStore } from './types';
/**
* Provides an instance of a secure store.
*
* @param log - Logger instance for logging.
* @returns An instance of SecureStore (KeyStoreManager or DummyStore).
*/
export declare const getSecureStore: (log: Logger) => SecureStore;
export * from './types';
//# sourceMappingURL=index.d.ts.map