Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/compress/deps.ts>EventEmitter#eventNames

compress and uncompress for Deno
Go to Latest
method EventEmitter.prototype.eventNames
import { EventEmitter } from "https://deno.land/x/compress@v0.3.8/deps.ts";

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

Returns

[string | symbol]