|
|
3 bulan lalu | |
|---|---|---|
| .. | ||
| index.d.ts | 3 bulan lalu | |
| index.js | 3 bulan lalu | |
| license | 3 bulan lalu | |
| package.json | 3 bulan lalu | |
| readme.md | 3 bulan lalu | |
Check if the process is running as root user, for example, one started with
sudo
$ npm install is-root
$ sudo node index.js
// index.js
const isRoot = require('is-root');
isRoot();
//=> true
MIT © Sindre Sorhus