suyiScreen/node_modules/os-homedir
何嘉峣 86fcfee13c 代码提交 2022-12-09 09:24:19 +08:00
..
index.js 代码提交 2022-12-09 09:24:19 +08:00
license 代码提交 2022-12-09 09:24:19 +08:00
package.json 代码提交 2022-12-09 09:24:19 +08:00
readme.md 代码提交 2022-12-09 09:24:19 +08: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