Emmanuel b7eccee437 Navbar | il y a 5 ans | |
---|---|---|
.. | ||
index.js | il y a 5 ans | |
license | il y a 5 ans | |
package.json | il y a 5 ans | |
readme.md | il y a 5 ans |
Node.js 4
os.homedir()
ponyfill
$ npm install --save os-homedir
const osHomedir = require('os-homedir');
console.log(osHomedir());
//=> '/Users/sindresorhus'
MIT © Sindre Sorhus