property Domain.prototype.members Usage in Deno```typescript import { Domain } from "node:node__domain.d.ts"; ``` An array of timers and event emitters that have been explicitly added to the domain. Type Array<EventEmitter | Timer>