tree: f8561733a8b95d38a10b36d80f8af080f5695234 [path history] [tgz]
  1. index.d.ts
  2. index.js
  3. license
  4. package.json
  5. readme.md
node_modules/untildify/readme.md

untildify Build Status

Convert a tilde path to an absolute path: ~/dev/Users/sindresorhus/dev

Install

$ npm install untildify

Usage

const untildify = require('untildify');

untildify('~/dev');
//=> '/Users/sindresorhus/dev'

Related

See tildify for the inverse.

License

MIT © Sindre Sorhus