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:
584 bytes
|
Line | |
---|
1 | import { ExplorerBase } from './ExplorerBase';
|
---|
2 | import { CosmiconfigResult, ExplorerOptionsSync } from './types';
|
---|
3 | declare class ExplorerSync extends ExplorerBase<ExplorerOptionsSync> {
|
---|
4 | constructor(options: ExplorerOptionsSync);
|
---|
5 | searchSync(searchFrom?: string): CosmiconfigResult;
|
---|
6 | private searchFromDirectorySync;
|
---|
7 | private searchDirectorySync;
|
---|
8 | private loadSearchPlaceSync;
|
---|
9 | private loadFileContentSync;
|
---|
10 | private createCosmiconfigResultSync;
|
---|
11 | loadSync(filepath: string): CosmiconfigResult;
|
---|
12 | }
|
---|
13 | export { ExplorerSync };
|
---|
14 | //# sourceMappingURL=ExplorerSync.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.