Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.12/lib/common/eventemitter.ts";

Simple EventEmitter implementation for Pup

definition: (eventData?: t) => void