UNPKG

kayle

Version:

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

6 lines (5 loc) 146 B
import type { RunnerConf } from "../common"; export declare const innateBuilder: (o: RunnerConf) => Promise<{ html: any; css: string; }>;