source: trip-planner-front/node_modules/license-webpack-plugin/dist/Logger.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 383 bytes
Line 
1import { ConstructedStats } from './ConstructedStats';
2import { WebpackCompilation } from './WebpackCompilation';
3declare class Logger {
4 private stats;
5 private static LOG_PREFIX;
6 constructor(stats: ConstructedStats);
7 warn(compilation: WebpackCompilation, message: string): void;
8 error(compilation: WebpackCompilation, message: string): void;
9}
10export { Logger };
Note: See TracBrowser for help on using the repository browser.