You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
.. | ||
index.js | 2 years ago | |
license | 2 years ago | |
package.json | 2 years ago | |
readme.md | 2 years ago |
readme.md
untildify 
Convert a tilde path to an absolute path:
~/dev
=>/Users/sindresorhus/dev
Install
$ npm install --save untildify
Usage
const untildify = require('untildify');
untildify('~/dev');
//=> '/Users/sindresorhus/dev'
Related
See tildify for the inverse.
License
MIT © Sindre Sorhus