|
|
пре 1 година | |
|---|---|---|
| .. | ||
| index.d.ts | пре 1 година | |
| index.js | пре 1 година | |
| license | пре 1 година | |
| package.json | пре 1 година | |
| readme.md | пре 1 година | |
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