Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02:00

532 B

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'

See tildify for the inverse.

License

MIT © Sindre Sorhus