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) 240 B
import { type Types } from '@callstack/licenses'; import type { Format } from './types/Format'; export declare function serializeReport({ licenses, format, }: { licenses: Types.AggregatedLicensesMapping; format: Format; }): string;