property Cluster.settings
Usage in Deno
```typescript import { type Cluster } from "node:node__cluster.d.ts"; ```After calling [`.setupPrimary()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clustersetupprimarysettings)
(or [`.fork()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clusterforkenv)) this settings object will contain
the settings, including the default values.
This object is not intended to be changed or set manually.