Skip to main content
Module

x/aleph/events.ts>EventEmitter#off

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method EventEmitter.prototype.off
import { EventEmitter } from "https://deno.land/x/aleph@v0.2.28/events.ts";

Alias for emitter.removeListener().

Parameters

eventName: string | symbol
listener: Function