Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { ParseMediaOnError } from './options';
|
||||
import type { ParserState } from './state/parser-state';
|
||||
import type { ThrottledState } from './throttled-progress';
|
||||
export declare const parseLoop: ({ state, throttledState, onError, }: {
|
||||
state: ParserState;
|
||||
throttledState: ThrottledState;
|
||||
onError: ParseMediaOnError;
|
||||
}) => Promise<void>;
|
||||
Reference in New Issue
Block a user