UNPKG

webpack-license-plugin

Version:

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

6 lines (5 loc) 165 B
export default interface IFileSystem { listPaths: (dir: string) => string[] pathExists: (filename: string) => boolean readFile: (filename: string) => string }