time-to-botec/js/node_modules/@stdlib/process/geteuid/docs/repl.txt

21 lines
423 B
Plaintext
Raw Normal View History

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