projecte_ionic/node_modules/license-webpack-plugin/dist/LicensesRenderer.d.ts

7 lines
273 B
TypeScript
Raw Normal View History

2022-02-09 18:30:03 +01:00
import { LicenseIdentifiedModule } from './LicenseIdentifiedModule';
interface LicensesRenderer {
renderLicenses(modules: LicenseIdentifiedModule[]): string;
renderBanner(filename: string, modules: LicenseIdentifiedModule[]): string;
}
export { LicensesRenderer };