ppid property
num
get
ppid
The process ID of parent process of this instance of the Deno CLI.
console.log(Deno.ppid);
Implementation
_i2.num get ppid => _i3.getProperty(
this,
'ppid',
);