UNPKG

license-kit

Version:

Aggregate license notes of OSS libraries used in your Node.js project, analyze & visualize OSS licenses with AI-turbocharged tooling

7 lines (6 loc) 433 B
import type { Command } from 'commander'; import type { CLIReportOptions, CLIScanOptions } from '../types/CLIOptions'; export declare function curryCommonScanOptions(command: Command): Command; export declare function curryReportOptions(command: Command): Command; export declare function validateCommonScanOptions(options: CLIScanOptions): void; export declare function validateCommonReportOptions(options: CLIReportOptions): void;