Mohammad Asif cf937194cb Removed un-waned things 1. | пре 5 месеци | |
---|---|---|
.. | ||
index.d.ts | пре 5 месеци | |
index.js | пре 5 месеци | |
license | пре 5 месеци | |
package.json | пре 5 месеци | |
readme.md | пре 5 месеци |
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