import { getEventListeners } from "https://deno.land/std@0.146.0/node/_events.mjs";
Returns a copy of the array of listeners for the event name
specified as type
.
import { getEventListeners } from "https://deno.land/std@0.146.0/node/_events.mjs";
Returns a copy of the array of listeners for the event name
specified as type
.