chat-server/node_modules/os-homedir
jsrobson10 024634c8ca Added a database for users 2019-04-10 20:23:01 +10:00
..
index.js Added a database for users 2019-04-10 20:23:01 +10:00
license Added a database for users 2019-04-10 20:23:01 +10:00
package.json Added a database for users 2019-04-10 20:23:01 +10:00
readme.md Added a database for users 2019-04-10 20:23:01 +10:00

readme.md

os-homedir Build Status

Node.js 4 os.homedir() ponyfill

Install

$ npm install --save os-homedir

Usage

const osHomedir = require('os-homedir');

console.log(osHomedir());
//=> '/Users/sindresorhus'
  • user-home - Same as this module but caches the result
  • home-or-tmp - Get the user home directory with fallback to the system temp directory

License

MIT © Sindre Sorhus