Skip to main content
Go to Latest
function getEventListeners
import { getEventListeners } from "https://deno.land/std@0.139.0/node/_events.mjs";

Returns a copy of the array of listeners for the event name specified as type.

Parameters

emitterOrTarget
type