UNPKG

69 BJavaScriptView Raw
1module.exports = function() {
2 return (require('os')).homedir();
3};