Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/velo/deps.ts>EventEmitter#off

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
method EventEmitter.prototype.off
Re-export
import { EventEmitter } from "https://deno.land/x/velo@0.1.5/deps.ts";

Alias for emitter.removeListener().

Parameters

eventName: string | symbol
listener: (...args: any[]) => void