UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 193 B
export type Concurrency = number | string | null; export declare const setConcurrency: (newConcurrency: Concurrency) => void; export declare const getConcurrency: () => string | number | null;