UNPKG

license-webpack-plugin

Version:

Outputs licenses from 3rd party libraries to a file

5 lines (4 loc) 100 B
interface LicenseTestRunner { test(licenseId: string): boolean; } export { LicenseTestRunner };