UNPKG

webpack-license-plugin

Version:

Extracts OSS license information of the npm packages in your webpack output

4 lines (3 loc) 99 B
export default interface IAssetManager { addFile: (filename: string, contents: string) => void }