UNPKG

@jsdocs-io/extractor

Version:

Analyze and extract the API from npm packages

7 lines 274 B
/// <reference types="node" /> import stream from 'stream'; import * as tsm from 'ts-morph'; export declare function extractPackageTarball({ fileSystem, }: { fileSystem: tsm.FileSystemHost; }): stream.Writable; //# sourceMappingURL=extract-package-tarball.d.ts.map