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