Skip to main content
function Deno.gid
allow-sys
Unstable

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

console.log(Deno.gid());

Requires allow-sys permission.

Returns

number | null