UNPKG

lighthouse

Version:

Automated auditing, performance metrics, and best practices for the web.

10 lines 349 B
/** * @param {LH.Puppeteer.Page} page * @param {{config?: LH.Config, flags?: LH.Flags}} [options] * @return {Promise<LH.Gatherer.GatherResult>} */ export function snapshotGather(page: LH.Puppeteer.Page, options?: { config?: LH.Config; flags?: LH.Flags; }): Promise<LH.Gatherer.GatherResult>; //# sourceMappingURL=snapshot-runner.d.ts.map