Skip to main content
Go to Latest
method default.prototype.eventNames
import { default } from "https://deno.land/std@0.34.0/node/events.ts";

Returns an array listing the events for which the emitter has registered listeners.

Returns

[string | symbol]