init commit
This commit is contained in:
3
remotion/node_modules/@remotion/cli/dist/config/concurrency.d.ts
generated
vendored
Normal file
3
remotion/node_modules/@remotion/cli/dist/config/concurrency.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export type Concurrency = number | string | null;
|
||||
export declare const setConcurrency: (newConcurrency: Concurrency) => void;
|
||||
export declare const getConcurrency: () => string | number | null;
|
||||
Reference in New Issue
Block a user