Skip to main content
Debugger.CallFrame.returnValue - inspector - Node documentation
property Debugger.CallFrame.returnValue

Usage in Deno

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

The value being returned, if the function is at return point.

Type