lighthouse
Version:
Automated auditing, performance metrics, and best practices for the web.
10 lines • 313 B
TypeScript
export default IdenticalLinksSamePurpose;
declare class IdenticalLinksSamePurpose extends AxeAudit {
}
export namespace UIStrings {
let title: string;
let failureTitle: string;
let description: string;
}
import AxeAudit from './axe-audit.js';
//# sourceMappingURL=identical-links-same-purpose.d.ts.map