Skip to main content
function Deno.getGid
allow-env
Unstable

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

console.log(Deno.getGid());

Requires allow-env permission.

Returns

number | null