Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
550 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | import { ExplorerBase } from './ExplorerBase';
|
---|
| 2 | import { CosmiconfigResult, ExplorerOptions } from './types';
|
---|
| 3 | declare 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 | }
|
---|
| 13 | export { Explorer };
|
---|
| 14 | //# sourceMappingURL=Explorer.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.