UNPKG

pptr-testing-library

Version:
9 lines (8 loc) 215 B
import { IScopedQueryUtils } from './typedefs'; declare module 'puppeteer' { interface Page { getDocument(): Promise<ElementHandle>; } interface ElementHandle extends IScopedQueryUtils { } }