6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
import type { Compiler } from 'webpack';
|
|
export declare class IgnorePackFileCacheWarningsPlugin {
|
|
filter(error: Error): boolean;
|
|
apply(compiler: Compiler): void;
|
|
}
|