Files
old-slucajna-televizija/web/node_modules/is-root/readme.md
2017-10-16 11:19:46 +02:00

443 B

is-root Build Status

Check if the process is running as root user, eg. started with sudo.

Install

$ npm install --save is-root

Usage

$ sudo node index.js
// index.js
var isRoot = require('is-root');

isRoot();
//=> true

License

MIT © Sindre Sorhus