Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

variable Deno.pid

The current process ID of this instance of the Deno CLI.

console.log(Deno.pid);

Type #

number