time-to-botec/squiggle/node_modules/@stdlib/process/getegid/docs/repl.txt
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

21 lines
426 B
Plaintext

{{alias}}()
Returns the effective numeric group identity of the calling process.
The function only returns an effective group identity on POSIX platforms.
For all other platforms (e.g., Windows and Android), the function returns
`null`.
Returns
-------
id: integer|null
Effective numeric group identity.
Examples
--------
> var gid = {{alias}}()
See Also
--------