Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Functions

Functions

Export assignment getgid

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

    Notes

    • The function only returns a group identity on POSIX platforms. For all other platforms (e.g., Windows and Android), the function returns null.

    Returns number | null

    numeric group identity or null

    Example

    var gid = getgid();