The keys represent the output from calling individual Node os APIs. For example, userInfo will have the output of calling os.userInfo(). For more information see Node os API docs
os
userInfo
os.userInfo()
Throws if a user has no username or homedir. See Node os.userInfo docs for more info
The keys represent the output from calling individual Node
os
APIs. For example,userInfo
will have the output of callingos.userInfo()
. For more information see Nodeos
API docs