Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
export declare const extractAudio: (options: {
|
||||
videoSource: string;
|
||||
audioOutput: string;
|
||||
logLevel?: "error" | "info" | "trace" | "verbose" | "warn" | undefined;
|
||||
binariesDirectory?: string | null | undefined;
|
||||
}) => Promise<void>;
|
||||
Reference in New Issue
Block a user