Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
export declare const calculateProgress: ({ millisecondsWritten, expectedOutputDurationInMs, }: {
|
||||
millisecondsWritten: number;
|
||||
expectedOutputDurationInMs: number | null;
|
||||
}) => number | null;
|
||||
Reference in New Issue
Block a user