UNPKG

@jsdocs-io/extractor

Version:

Analyze and extract the API from npm packages

5 lines 212 B
import * as tsm from 'ts-morph'; export declare function tryDownloadPackage({ tarball, }: { tarball: string; }): Promise<tsm.FileSystemHost | undefined>; //# sourceMappingURL=try-download-package.d.ts.map