UNPKG

@wora/cache-persist

Version:
5 lines 354 B
import { ICache, IStorageHelper, CacheOptions } from './CacheTypes'; export declare function promiseResult<T>(execute: () => T): Promise<T>; export declare function promiseVoid(execute?: () => void): Promise<void>; export declare function StorageProxy(cache: ICache, options?: CacheOptions): IStorageHelper; //# sourceMappingURL=StorageProxy.d.ts.map