Skip to main content
Module

x/aleph/events.ts>EventEmitter#rawListeners

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

Returns a copy of the array of listeners for the event named eventName, including any wrappers (such as those created by .once()).

Parameters

eventName: string | symbol

Returns

Array<Function | WrappedFunction>