Files
old-lab_ui/node_modules/bower/lib/node_modules/untildify
2019-06-04 13:11:32 -04:00
..
2019-06-04 13:11:32 -04:00
2019-06-04 13:11:32 -04:00
2019-06-04 13:11:32 -04:00

untildify Build Status

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

Install

$ npm install --save untildify

Usage

var untildify = require('untildify');

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

See tildify for the inverse.

License

MIT © Sindre Sorhus