Files
story-studio/remotion/node_modules/@remotion/renderer/dist/validate-concurrency.d.ts
2026-02-21 10:33:18 +01:00

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;