source: trip-planner-front/node_modules/cosmiconfig/dist/cacheWrapper.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 371 bytes
Line 
1import { Cache, CosmiconfigResult } from './types';
2declare function cacheWrapper(cache: Cache, key: string, fn: () => Promise<CosmiconfigResult>): Promise<CosmiconfigResult>;
3declare function cacheWrapperSync(cache: Cache, key: string, fn: () => CosmiconfigResult): CosmiconfigResult;
4export { cacheWrapper, cacheWrapperSync };
5//# sourceMappingURL=cacheWrapper.d.ts.map
Note: See TracBrowser for help on using the repository browser.