Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/vendor/mitt/mod.ts>Handler

Headless Chrome Deno API
Latest
type alias Handler
import { type Handler } from "https://deno.land/x/pptr@1.2.0/vendor/mitt/mod.ts";

Type Parameters

optional
T = any
definition: (event?: T) => void