UNPKG

dts-extractor

Version:

Extract definition files from local node modules.

7 lines (6 loc) 162 B
export declare function getDts({ nodeModulesPath, packages }: { nodeModulesPath: string; packages: string[]; }): Promise<{ [key: string]: string; }>;