|
vor 1 Woche | |
---|---|---|
.. | ||
index.js | vor 1 Woche | |
license | vor 1 Woche | |
package.json | vor 1 Woche | |
readme.md | vor 1 Woche |
Node.js 4
os.homedir()
ponyfill
$ npm install --save os-homedir
const osHomedir = require('os-homedir');
console.log(osHomedir());
//=> '/Users/sindresorhus'
MIT © Sindre Sorhus