property EventEmitter.EventEmitterAsyncResource.prototype.asyncResource
Usage in Deno
```typescript import { EventEmitter } from "node:node__events.d.ts"; ```The returned `AsyncResource` object has an additional `eventEmitter` property
that provides a reference to this `EventEmitterAsyncResource`.