interface EventEmitter.EventEmitterAsyncResourceOptions
Usage in Deno
import { type EventEmitter } from "node:events"; type { EventEmitterAsyncResourceOptions } = EventEmitter;
optional
name: string
The type of async event, this is required when instantiating EventEmitterAsyncResource
directly rather than as a child class.