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>EventEmitter#off

Universal process manager built in Deno
Go to Latest
method EventEmitter.prototype.off
import { EventEmitter } from "https://deno.land/x/pup@1.0.0-alpha-28/lib/common/eventemitter.ts";

Parameters

event: string
fn: EventHandler<T>