the-forest/client/node_modules/is-root/index.js
2024-09-17 20:35:18 -04:00

4 lines
80 B
JavaScript

'use strict';
module.exports = () => process.getuid && process.getuid() === 0;