UNPKG

a11yanalyze

Version:

A command-line tool for developers and QA engineers to test web pages and websites for WCAG 2.2 AA accessibility compliance

8 lines 284 B
export interface ChecklistOptions { output?: string; format?: 'markdown' | 'json'; wcagLevel?: string; criteria?: string[]; } export declare function generateChecklist(target: string, options?: ChecklistOptions): void; //# sourceMappingURL=checklist-generator.d.ts.map