Sha256: 8fbfa888dad678e147c0db86dadda1d0bf5f7c65670450c2d211ac598afc649e
Contents?: true
Size: 371 Bytes
Versions: 43
Compression:
Stored size: 371 Bytes
Contents
import { Cache, CosmiconfigResult } from './types'; declare function cacheWrapper(cache: Cache, key: string, fn: () => Promise<CosmiconfigResult>): Promise<CosmiconfigResult>; declare function cacheWrapperSync(cache: Cache, key: string, fn: () => CosmiconfigResult): CosmiconfigResult; export { cacheWrapper, cacheWrapperSync }; //# sourceMappingURL=cacheWrapper.d.ts.map
Version data entries
43 entries across 42 versions & 8 rubygems