Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 138 Bytes

puppeteer.handler.md

File metadata and controls

11 lines (8 loc) · 138 Bytes
sidebar_label
Handler

Handler type

Signature:

export type Handler<T = unknown> = (event: T) => void;