Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
import type { DownloadProgress } from '@remotion/studio-server';
|
||||
export declare const getFileSizeDownloadBar: (downloaded: number) => string;
|
||||
export declare const makeMultiDownloadProgress: (progresses: DownloadProgress[], totalFrames: number) => string | null;
|
||||
Reference in New Issue
Block a user