UNPKG

page-with

Version:

A library for usage example-driven in-browser testing of your own libraries.

3 lines (2 loc) 93 B
import { Page } from 'playwright'; export declare function debug(page: Page): Promise<void>;