interface Debugger.GetScriptSourceReturnType
Usage in Deno
import { type Debugger } from "node:inspector"; type { GetScriptSourceReturnType } = Debugger;
scriptSource: string
Script source.
import { type Debugger } from "node:inspector"; type { GetScriptSourceReturnType } = Debugger;
scriptSource: string
Script source.