UNPKG

@qualweb/cli

Version:
9 lines 341 B
import { PuppeteerLifeCycleEvent } from '@qualweb/core'; import { Command } from 'commander'; export type PuppeteerOptions = { waitUntil?: PuppeteerLifeCycleEvent; maxParallelEvaluations?: number; timeout?: number; }; export declare function addPuppeteerOptions(command: Command): Command; //# sourceMappingURL=puppeteer.d.ts.map