property Debugger.EvaluateOnCallFrameParameterType.includeCommandLineAPI Usage in Deno```typescript import { type Debugger } from "node:node__inspector.d.ts"; ``` Specifies whether command line API should be available to the evaluated expression, defaults to false. Type boolean | undefined