Deno.gid

Returns the group id of the process on POSIX platforms. Returns null on windows.

console.log(Deno.gid());

Requires allow-sys permission.

function gid(): number | null;
§
gid(): number | null
[src]

§Return Type

§
number | null
[src]