import { Deno } from "https://deno.land/x/deno@v1.32.3/cli/tsc/dts/lib.deno.ns.d.ts";
const { pid } = Deno;
The current process ID of this instance of the Deno CLI.
console.log(Deno.pid);
import { Deno } from "https://deno.land/x/deno@v1.32.3/cli/tsc/dts/lib.deno.ns.d.ts";
const { pid } = Deno;
The current process ID of this instance of the Deno CLI.
console.log(Deno.pid);