Node updated. Some todos.
This commit is contained in:
5
Scripts/node_modules/@puppeteer/browsers/lib/cjs/CLI.d.ts
generated
vendored
5
Scripts/node_modules/@puppeteer/browsers/lib/cjs/CLI.d.ts
generated
vendored
@ -20,7 +20,10 @@ export declare class CLI {
|
||||
};
|
||||
allowCachePathOverride?: boolean;
|
||||
pinnedBrowsers?: Partial<{
|
||||
[key in Browser]: string;
|
||||
[key in Browser]: {
|
||||
buildId: string;
|
||||
skipDownload: boolean;
|
||||
};
|
||||
}>;
|
||||
}, rl?: readline.Interface);
|
||||
run(argv: string[]): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user