init commit
This commit is contained in:
7
remotion/node_modules/@remotion/renderer/dist/validate-concurrency.d.ts
generated
vendored
Normal file
7
remotion/node_modules/@remotion/renderer/dist/validate-concurrency.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare const validateConcurrency: ({ setting, value, checkIfValidForCurrentMachine, }: {
|
||||
value: unknown;
|
||||
setting: string;
|
||||
checkIfValidForCurrentMachine: boolean;
|
||||
}) => void;
|
||||
export declare const getMaxConcurrency: () => number;
|
||||
export declare const getMinConcurrency: () => number;
|
||||
Reference in New Issue
Block a user