Skip to main content
variable Deno.pid

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

console.log(Deno.pid);

type

number