Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
371 bytes
|
Line | |
---|
1 | import { Cache, CosmiconfigResult } from './types';
|
---|
2 | declare function cacheWrapper(cache: Cache, key: string, fn: () => Promise<CosmiconfigResult>): Promise<CosmiconfigResult>;
|
---|
3 | declare function cacheWrapperSync(cache: Cache, key: string, fn: () => CosmiconfigResult): CosmiconfigResult;
|
---|
4 | export { cacheWrapper, cacheWrapperSync };
|
---|
5 | //# sourceMappingURL=cacheWrapper.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.