property Process.sourceMapsEnabled
Unstable
Usage in Deno
import { type Process } from "node:process";
The process.sourceMapsEnabled
property returns whether the Source Map v3 support for stack traces is enabled.
boolean
import { type Process } from "node:process";
The process.sourceMapsEnabled
property returns whether the Source Map v3 support for stack traces is enabled.
boolean