default-uid
v2.0.0
Published
Get the system default UID
Downloads
1,029,584
Maintainers
Readme
default-uid
Get the system default UID (User ID)
Install
$ npm install default-uid
Usage
import defaultUid from 'default-uid';
// On macOS
defaultUid();
//=> 501
defaultUid('linux');
//=> 1000
API
defaultUid(platform?)
platform
Type: string
Default: process.platform
One of the supported Node.js platforms.