UNPKG

license-webpack-plugin

Version:

Outputs licenses from 3rd party libraries to a file

7 lines (6 loc) 273 B
import { LicenseIdentifiedModule } from './LicenseIdentifiedModule'; interface LicensesRenderer { renderLicenses(modules: LicenseIdentifiedModule[]): string; renderBanner(filename: string, modules: LicenseIdentifiedModule[]): string; } export { LicensesRenderer };