method EventEmitter.prototype.eventNamesimport { EventEmitter } from "https://dotland.deno.dev/std@0.110.0/node/events.ts"; eventNames(): [string | symbol]Returns an array listing the events for which the emitter has registered listeners. Returns an array listing the events for which the emitter has registered listeners. Returns[string | symbol]