UNPKG

@weichwarenprojekt/license-reporter

Version:

A tool that analyzes node modules and extracts the license information into a json file that can be used for rendering the third party software.

6 lines 162 B
/** * Executes the cli * @param args The arguments for the cli */ export declare function cli(args: string[]): Promise<void>; //# sourceMappingURL=cli.d.ts.map