Check if the process is running as administrator on Windows
npm install is-admin> Check if the process is running as administrator on Windows
```
$ npm install is-admin
`js
import isAdmin from 'is-admin';
console.log(await isAdmin());
//=> false
`
Returns a Promise
- is-elevated - Check if the process is running with elevated privileges (cross-platform)