UNPKG

155 BTypeScriptView Raw
1import { Compiler, Plugin } from 'webpack';
2export declare class IgnoreTypeScriptExportWarnings implements Plugin {
3 apply(compiler: Compiler): void;
4}