is-super
v1.0.1
Published
Check if the process is running as superuser
Maintainers
Readme
is-super
Check if the process is running as superuser
Installation
npm install is-super --saveUsage
import isSuper from 'is-super'
// or
const isSuper = require('is-super')
console.log(isSuper());
//=> false