lighthouse
Version:
Automated auditing, performance metrics, and best practices for the web.
10 lines • 350 B
TypeScript
export default Inputs;
declare class Inputs extends BaseGatherer {
/**
* @param {LH.Gatherer.Context} passContext
* @return {Promise<LH.Artifacts['Inputs']>}
*/
getArtifact(passContext: LH.Gatherer.Context): Promise<LH.Artifacts["Inputs"]>;
}
import BaseGatherer from '../base-gatherer.js';
//# sourceMappingURL=inputs.d.ts.map