UNPKG

lighthouse

Version:

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

10 lines 405 B
export default ViewportDimensions; declare class ViewportDimensions extends BaseGatherer { /** * @param {LH.Gatherer.Context} passContext * @return {Promise<LH.Artifacts.ViewportDimensions>} */ getArtifact(passContext: LH.Gatherer.Context): Promise<LH.Artifacts.ViewportDimensions>; } import BaseGatherer from '../base-gatherer.js'; //# sourceMappingURL=viewport-dimensions.d.ts.map