芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/cosmiconfig/dist/cacheWrapper.d.ts
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