%PDF- %PDF-
| Direktori : /var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/homedir-polyfill/ |
| Current File : /var/www/projetos/stb.ind.br/wp-content/themes/stb/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');
}