Mohammad Asif cf937194cb Removed un-waned things 1. 5 ay önce
..
index.d.ts cf937194cb Removed un-waned things 1. 5 ay önce
index.js cf937194cb Removed un-waned things 1. 5 ay önce
license cf937194cb Removed un-waned things 1. 5 ay önce
package.json cf937194cb Removed un-waned things 1. 5 ay önce
readme.md cf937194cb Removed un-waned things 1. 5 ay önce

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