the-forest/client/node_modules/is-root/index.js

4 lines
80 B
JavaScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
'use strict';
module.exports = () => process.getuid && process.getuid() === 0;