type alias Runtime.UniqueDebuggerId Unstable Usageimport { type Runtime } from "node:inspector"; type { UniqueDebuggerId } = Runtime; Unique identifier of current debugger. Definition string