Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import type { MediaParserContainer } from './options';
|
||||
import type { MediaParserStructureUnstable } from './parse-result';
|
||||
export declare const getContainer: (segments: MediaParserStructureUnstable) => MediaParserContainer;
|
||||
export declare const hasContainer: (boxes: MediaParserStructureUnstable) => boolean;
|
||||
Reference in New Issue
Block a user