Mohammad Asif cf937194cb Removed un-waned things 1. | 5 miesięcy temu | |
---|---|---|
.. | ||
index.d.ts | 5 miesięcy temu | |
index.js | 5 miesięcy temu | |
license | 5 miesięcy temu | |
package.json | 5 miesięcy temu | |
readme.md | 5 miesięcy temu |
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