@wora/cache-persist
Version:
@wora Cache Persist
5 lines • 354 B
TypeScript
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