UNPKG

lighthouse

Version:

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

8 lines 282 B
export default UseLandmarks; /** * @fileoverview Manual A11y audit to check that landmark elements are used whenever possible. */ declare class UseLandmarks extends ManualAudit { } import ManualAudit from '../../manual/manual-audit.js'; //# sourceMappingURL=use-landmarks.d.ts.map