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-beta.26/lib/common/eventemitter.ts";

Removes an event listener for the specified event.

Parameters

event: string
  • The name of the event to remove the listener from.
  • The callback function to remove from the event listeners.