Get the system default UID
npm install default-uid> Get the system default UID (User ID)
```
$ npm install default-uid
`js
import defaultUid from 'default-uid';
// On macOS
defaultUid();
//=> 501
defaultUid('linux');
//=> 1000
`
#### platform
Type: string\process.platform`
Default:
One of the supported Node.js platforms.