|
пре 9 месеци | |
---|---|---|
.. | ||
index.d.ts | пре 9 месеци | |
index.js | пре 9 месеци | |
license | пре 9 месеци | |
package.json | пре 9 месеци | |
readme.md | пре 9 месеци |
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