/var/www/flurhymez/node_modules/cosmiconfig/dist
Edit: /var/www/flurhymez/node_modules/cosmiconfig/dist/cacheWrapper.d.ts (371B)
import { 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