UNPKG

license-webpack-plugin

Version:

Outputs licenses from 3rd party libraries to a file

6 lines (5 loc) 153 B
declare type IncludeExcludeTest = { include?: string[]; exclude?: string[]; } | ((chunkName: string) => boolean); export { IncludeExcludeTest };