ilya_shyian 1c5a2a8f35 +react/react-store 3 роки тому
..
index.d.ts 1c5a2a8f35 +react/react-store 3 роки тому
index.js 1c5a2a8f35 +react/react-store 3 роки тому
license 1c5a2a8f35 +react/react-store 3 роки тому
package.json 1c5a2a8f35 +react/react-store 3 роки тому
readme.md 1c5a2a8f35 +react/react-store 3 роки тому

readme.md

is-root Build Status

Check if the process is running as root user, for example, one started with sudo

Install

$ npm install is-root

Usage

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

isRoot();
//=> true

Related

  • is-elevated - Check if the process is running with elevated privileges (cross-platform)

License

MIT © Sindre Sorhus