![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/node_modules/cosmiconfig/dist/ |
import { CosmiconfigResult, ExplorerOptions, ExplorerOptionsSync, Cache, LoadedFileContent } from './types'; import { Loader } from './index'; declare class ExplorerBase<T extends ExplorerOptions | ExplorerOptionsSync> { protected readonly loadCache?: Cache; protected readonly searchCache?: Cache; protected readonly config: T; constructor(options: T); clearLoadCache(): void; clearSearchCache(): void; clearCaches(): void; private validateConfig; protected shouldSearchStopWithResult(result: CosmiconfigResult): boolean; protected nextDirectoryToSearch(currentDir: string, currentResult: CosmiconfigResult): string | null; private loadPackageProp; protected getLoaderEntryForFile(filepath: string): Loader; protected loadedContentToCosmiconfigResult(filepath: string, loadedContent: LoadedFileContent): CosmiconfigResult; protected validateFilePath(filepath: string): void; } declare function getExtensionDescription(filepath: string): string; export { ExplorerBase, getExtensionDescription }; //# sourceMappingURL=ExplorerBase.d.ts.map