UNPKG

kayle

Version:

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

6 lines (5 loc) 149 B
type AdCheck = { check(url: string, domain: string, resource: string, bool: boolean): any; }; export declare const adEngine: AdCheck; export {};