UNPKG

@jsdocs-io/extractor

Version:

Analyze and extract the API from npm packages

6 lines 242 B
import * as tsm from 'ts-morph'; export declare function getDeclarationName({ exportName, declaration, }: { exportName: string; declaration: tsm.ExportedDeclarations; }): string; //# sourceMappingURL=get-declaration-name.d.ts.map