gid method
Returns the group id of the process on POSIX platforms. Returns null on windows.
console.log(Deno.gid());
Requires allow-sys
permission.
Implementation
_i2.num? gid() => _i3.callMethod(
this,
'gid',
[],
);
Returns the group id of the process on POSIX platforms. Returns null on windows.
console.log(Deno.gid());
Requires allow-sys
permission.
_i2.num? gid() => _i3.callMethod(
this,
'gid',
[],
);