8889841chome/clixcotz/mars.clix.co.tz/node_modules/cosmiconfig/dist/cacheWrapper.d.ts000066600000000563150515202450023414 0ustar00import { Cache, CosmiconfigResult } from './types'; declare function cacheWrapper(cache: Cache, key: string, fn: () => Promise): Promise; declare function cacheWrapperSync(cache: Cache, key: string, fn: () => CosmiconfigResult): CosmiconfigResult; export { cacheWrapper, cacheWrapperSync }; //# sourceMappingURL=cacheWrapper.d.ts.map