Skip to main content
Debugger.ScriptParsedEventDataType.sourceMapURL - inspector - Node documentation
property Debugger.ScriptParsedEventDataType.sourceMapURL

Usage in Deno

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

URL of source map associated with script (if any).

Type

string | undefined