UNPKG

webpack-license-plugin

Version:

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

6 lines (4 loc) 151 B
import type IPackageJson from './IPackageJson' export default interface IPackageJsonReader { readPackageJson: (moduleDir: string) => IPackageJson }