Skip to main content
function Deno.gid
allow-sys

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