Eric Foster 35b96bc934 initial commit | 6 년 전 | |
---|---|---|
.. | ||
index.js | 6 년 전 | |
license | 6 년 전 | |
package.json | 6 년 전 | |
readme.md | 6 년 전 |
Node.js 4
os.homedir()
ponyfill
$ npm install --save os-homedir
const osHomedir = require('os-homedir');
console.log(osHomedir());
//=> '/Users/sindresorhus'
MIT © Sindre Sorhus