UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 147 B
export declare const shouldUseNonOverlayingLogger: ({ logLevel, }: { logLevel: "error" | "info" | "trace" | "verbose" | "warn"; }) => boolean;