Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/bundler/dist/hide-expression-dependency.d.ts
T

6 lines
170 B
TypeScript

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