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

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

Parameters

emitterOrTarget
type