Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95310414
Explorer.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Dec 14, 14:46
Size
550 B
Mime Type
text/x-java
Expires
Mon, Dec 16, 14:46 (2 d)
Engine
blob
Format
Raw Data
Handle
22946287
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Explorer.d.ts
View Options
import { ExplorerBase } from './ExplorerBase';
import { CosmiconfigResult, ExplorerOptions } from './types';
declare class Explorer extends ExplorerBase<ExplorerOptions> {
constructor(options: ExplorerOptions);
search(searchFrom?: string): Promise<CosmiconfigResult>;
private searchFromDirectory;
private searchDirectory;
private loadSearchPlace;
private loadFileContent;
private createCosmiconfigResult;
load(filepath: string): Promise<CosmiconfigResult>;
}
export { Explorer };
//# sourceMappingURL=Explorer.d.ts.map
Event Timeline
Log In to Comment