property Process.sourceMapsEnabled Unstable Usage in Deno```typescript import { type Process } from "node:node__process.d.ts"; ``` The `process.sourceMapsEnabled` property returns whether the [Source Map v3](https://sourcemaps.info/spec.html) support for stack traces is enabled. Type boolean