UNPKG

kayle

Version:

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

9 lines (8 loc) 205 B
declare const htmlcsRunner: { en: { scripts: string[]; run: (options: any) => Promise<unknown>; }; }; declare const htmlcsLocales: string[]; export { htmlcsRunner, htmlcsLocales };