UNPKG

@sap-ux/store

Version:

NPM module for storing persistent data

11 lines 394 B
import type { Logger } from '@sap-ux/logger'; import type { SecureStore } from './types.js'; /** * 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.js'; //# sourceMappingURL=index.d.ts.map