UNPKG

@jsdocs-io/extractor

Version:

Analyze and extract the API from npm packages

9 lines 315 B
import * as tsm from 'ts-morph'; export declare function getEntryPoint({ fileSystem, name, source, types, typings, }: { fileSystem: tsm.FileSystemHost; name?: string; source?: string; types?: string; typings?: string; }): string | undefined; //# sourceMappingURL=get-entry-point.d.ts.map