projecte_ionic/node_modules/license-webpack-plugin/dist/ConstructedStats.d.ts
2022-02-09 18:30:03 +01:00

6 lines
104 B
TypeScript
Executable file

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