Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import type { Options, ParseMediaFields } from './fields';
|
||||
import type { ParserState } from './state/parser-state';
|
||||
export declare const emitAvailableInfo: ({ hasInfo, state, }: {
|
||||
hasInfo: Record<keyof Options<ParseMediaFields>, boolean>;
|
||||
state: ParserState;
|
||||
}) => Promise<void>;
|
||||
Reference in New Issue
Block a user