Debugger.EvaluateOnCallFrameParameterType.includeCommandLineAPI - Node documentation
property Debugger.EvaluateOnCallFrameParameterType.includeCommandLineAPI

Usage in Deno

import { type Debugger } from "node:inspector";

Specifies whether command line API should be available to the evaluated expression, defaults to false.

Type

boolean | undefined