property Worker.prototype.id Usage in Deno```typescript import { Worker } from "node:node__cluster.d.ts"; ``` Each new worker is given its own unique id, this id is stored in the `id`. While a worker is alive, this is the key that indexes it in `cluster.workers`. Type number