Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

function Deno.gid

allow-sys
#gid(): number | null

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

console.log(Deno.gid());

Requires allow-sys permission.

Return Type #

number | null