Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import type { BrowserReplacer } from './replace-browser';
|
||||
export declare const cycleBrowserTabs: ({ puppeteerInstance, concurrency, logLevel, indent, }: {
|
||||
puppeteerInstance: BrowserReplacer;
|
||||
concurrency: number;
|
||||
logLevel: "error" | "info" | "trace" | "verbose" | "warn";
|
||||
indent: boolean;
|
||||
}) => {
|
||||
stopCycling: () => void;
|
||||
};
|
||||
Reference in New Issue
Block a user