Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import { type LogLevel } from 'remotion';
|
||||
export type BackgroundKeepalive = {
|
||||
waitForTick: () => Promise<void>;
|
||||
[Symbol.dispose]: () => void;
|
||||
};
|
||||
export declare function createBackgroundKeepalive({ fps, logLevel }: {
|
||||
fps: number;
|
||||
logLevel: LogLevel;
|
||||
}): BackgroundKeepalive;
|
||||
Reference in New Issue
Block a user