deno / latest / ~ / deno.pid.html

Deno.pid

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

console.log(Deno.pid);
const pid: number;

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/Deno.pid