UNPKG

87 BJavaScriptView Raw
1export default function isRoot() {
2 return process.getuid && process.getuid() === 0;
3}