Files
story-studio/remotion/node_modules/@remotion/bundler/dist/ignore-packfilecache-warnings.d.ts
2026-02-21 10:33:18 +01:00

6 lines
172 B
TypeScript

import type { Compiler } from 'webpack';
export declare class IgnorePackFileCacheWarningsPlugin {
filter(error: Error): boolean;
apply(compiler: Compiler): void;
}