Irina Glushko 2389e7160b HW1 done | před 3 roky | |
---|---|---|
.. | ||
index.d.ts | před 3 roky | |
index.js | před 3 roky | |
license | před 3 roky | |
package.json | před 3 roky | |
readme.md | před 3 roky |
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