Mohammad Asif cf937194cb Removed un-waned things 1. | il y a 6 mois | |
---|---|---|
.. | ||
index.d.ts | il y a 6 mois | |
index.js | il y a 6 mois | |
license | il y a 6 mois | |
package.json | il y a 6 mois | |
readme.md | il y a 6 mois |
Convert a tilde path to an absolute path:
~/dev
→/Users/sindresorhus/dev
$ npm install untildify
const untildify = require('untildify');
untildify('~/dev');
//=> '/Users/sindresorhus/dev'
See tildify for the inverse.
MIT © Sindre Sorhus