property Process.debugPort Usage in Denoimport { type Process } from "node:process"; The port used by the Node.js debugger when enabled. import process from 'node:process'; process.debugPort = 5858; Type number