Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "process/getegid/docs/types/index.d"

Index

Functions

Functions

Export assignment getegid

  • getegid(): number | null
  • Returns the effective numeric group identity of the calling process.

    Notes

    • 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 number | null

    effective numeric group identity or null

    Example

    var gid = getegid();