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