Skip to main content
ClusterSettings.cwd - cluster - Node documentation
property ClusterSettings.cwd

Usage in Deno

import { type ClusterSettings } from "node:cluster";

Current working directory of the worker process.

Type

string | undefined