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

Usage in Deno

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

List of string arguments passed to the Node.js executable.

Type

string[] | undefined