UNPKG

license-kit

Version:

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

4 lines (3 loc) 245 B
import { type Types as SharedTypes } from '@callstack/licenses'; import type { CLIScanOptions } from './types/CLIOptions'; export declare const createScanOptionsFactory: (cliScanOptions: CLIScanOptions) => SharedTypes.ScanPackageOptionsFactory;