UNPKG

@acot/utils

Version:
3 lines (2 loc) 168 B
import type { ElementHandle } from 'puppeteer-core'; export declare const isElementMatches: (element: ElementHandle, selectors: string | string[]) => Promise<boolean>;