|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
550 bytes
|
| Line | |
|---|
| 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.