Name Last Update
..
index.js Loading commit data...
package.json Loading commit data...
readme.md Loading commit data...

readme.md

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