DenoDeno.gidfunction Deno.gidallow-sys#gid(): number | nullReturns 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
function Deno.gidallow-sys#gid(): number | nullReturns 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