Vova Tkach 8b70452b78 Move cypress to support folder 5 years ago
..
index.js 8b70452b78 Move cypress to support folder 5 years ago
license 8b70452b78 Move cypress to support folder 5 years ago
package.json 8b70452b78 Move cypress to support folder 5 years ago
readme.md 8b70452b78 Move cypress to support folder 5 years ago

readme.md

untildify Build Status

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

Install

$ npm install --save untildify

Usage

const untildify = require('untildify');

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

Related

See tildify for the inverse.

License

MIT © Sindre Sorhus