NET-Web-API-w-Angular/my-app/node_modules/license-webpack-plugin/dist/ConstructedStats.d.ts

5 lines
104 B
TypeScript
Executable file

interface ConstructedStats {
warnings: boolean;
errors: boolean;
}
export { ConstructedStats };