source: frontend/node_modules/cosmiconfig/dist/cacheWrapper.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • 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.