Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/lib/common/eventemitter.ts>EventHandler

Universal process manager built in Deno
Go to Latest
type alias EventHandler
import { type EventHandler } from "https://deno.land/x/pup@1.0.0-rc.13/lib/common/eventemitter.ts";

Simple EventEmitter implementation for Pup

definition: (eventData?: t) => void