PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
untildify
# untildify [](https://travis-ci.org/sindresorhus/untildify) > Convert a tilde path to an absolute path: `~/dev` => `/Users/sindresorhus/dev` ## Install ``` $ npm install --save untildify ``` ## Usage ```js var untildify = require('untildify'); untildify('~/dev'); //=> '/Users/sindresorhus/dev' ``` ## Related See [tildify](https://github.com/sindresorhus/tildify) for the inverse. ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
[+]
..
[-] readme.md
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] license
[edit]