Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
import type { MediaParserInternalTypes, MediaParserLogLevel } from '@remotion/media-parser';
|
||||
export declare const autoSelectWriter: (writer: MediaParserInternalTypes["WriterInterface"] | undefined, logLevel: MediaParserLogLevel) => Promise<MediaParserInternalTypes["WriterInterface"]>;
|
||||
Reference in New Issue
Block a user