Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.23/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>