UNPKG

lighthouse

Version:

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

10 lines 359 B
export default LlmsTxt; declare class LlmsTxt extends BaseGatherer { /** * @param {LH.Gatherer.Context} passContext * @return {Promise<LH.Artifacts['LlmsTxt']>} */ getArtifact(passContext: LH.Gatherer.Context): Promise<LH.Artifacts["LlmsTxt"]>; } import BaseGatherer from '../../base-gatherer.js'; //# sourceMappingURL=llms-txt.d.ts.map