Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/renderer/dist/validate-concurrency.d.ts
T

8 lines
302 B
TypeScript

export declare const validateConcurrency: ({ setting, value, checkIfValidForCurrentMachine, }: {
value: unknown;
setting: string;
checkIfValidForCurrentMachine: boolean;
}) => void;
export declare const getMaxConcurrency: () => number;
export declare const getMinConcurrency: () => number;