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