Your IP : 216.73.216.79


Current Path : /var/www/html/mswp/node_modules/homedir-polyfill/
Upload File :
Current File : /var/www/html/mswp/node_modules/homedir-polyfill/index.js

'use strict';

var os = require('os');
if (typeof os.homedir !== 'undefined') {
  module.exports = os.homedir;
} else {
  module.exports = require('./polyfill.js');
}