UNPKG

kayle

Version:

Extremely fast and accurate accessibility engine built for any headless tool like playwright or puppeteer.

7 lines (6 loc) 278 B
import { Audit, RunnerConf } from "./common"; export declare function autoKayle(o?: RunnerConf & { log?: boolean; store?: string; cb?: ((result: Audit) => Promise<void>) | ((result: Audit) => void); }, ignoreSet?: Set<String>, _results?: Audit[]): Promise<Audit[]>;