Gogs df670eaa27 first commit il y a 3 semaines
..
index.d.ts df670eaa27 first commit il y a 3 semaines
index.js df670eaa27 first commit il y a 3 semaines
license df670eaa27 first commit il y a 3 semaines
package.json df670eaa27 first commit il y a 3 semaines
readme.md df670eaa27 first commit il y a 3 semaines

readme.md

untildify Build Status

Convert a tilde path to an absolute path: ~/dev/Users/sindresorhus/dev

Install

$ npm install untildify

Usage

const untildify = require('untildify');

untildify('~/dev');
//=> '/Users/sindresorhus/dev'

Related

See tildify for the inverse.

License

MIT © Sindre Sorhus