|
|
hai 2 meses | |
|---|---|---|
| .. | ||
| index.d.ts | hai 2 meses | |
| index.js | hai 2 meses | |
| license | hai 2 meses | |
| package.json | hai 2 meses | |
| readme.md | hai 2 meses | |
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