# untildify [](https://travis-ci.org/sindresorhus/untildify) > Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev` ## Install ``` $ npm install untildify ``` ## Usage ```js const untildify = require('untildify'); untildify('~/dev'); //=> '/Users/sindresorhus/dev' ``` ## Related See [tildify](https://github.com/sindresorhus/tildify) for the inverse. ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
index.d.ts | File | 279 B | 0644 |
|
index.js | File | 331 B | 0644 |
|
license | File | 1.08 KB | 0644 |
|
package.json | File | 3.67 KB | 0644 |
|
readme.md | File | 532 B | 0644 |
|