property Cluster.isWorker Usage in Deno```typescript import { type Cluster } from "node:node__cluster.d.ts"; ``` True if the process is not a primary (it is the negation of `cluster.isPrimary`). Type boolean