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

6 lines
96 B
TypeScript
Executable file

interface PluginStats {
warnings?: boolean;
errors?: boolean;
}
export { PluginStats };