source: trip-planner-front/node_modules/cosmiconfig/dist/Explorer.d.ts@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 550 bytes
Line 
1import { ExplorerBase } from './ExplorerBase';
2import { CosmiconfigResult, ExplorerOptions } from './types';
3declare class Explorer extends ExplorerBase<ExplorerOptions> {
4 constructor(options: ExplorerOptions);
5 search(searchFrom?: string): Promise<CosmiconfigResult>;
6 private searchFromDirectory;
7 private searchDirectory;
8 private loadSearchPlace;
9 private loadFileContent;
10 private createCosmiconfigResult;
11 load(filepath: string): Promise<CosmiconfigResult>;
12}
13export { Explorer };
14//# sourceMappingURL=Explorer.d.ts.map
Note: See TracBrowser for help on using the repository browser.