Skip to main content
Debugger.EvaluateOnCallFrameParameterType.includeCommandLineAPI - inspector/promises - Node documentation
property Debugger.EvaluateOnCallFrameParameterType.includeCommandLineAPI

Usage in Deno

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

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

Type

boolean | undefined