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