Files
Nick Cipollo 10c84d509b
Some checks failed
Test / check_pr (push) Has been cancelled
Prepare release 1.8.8
2021-08-06 14:45:16 -04:00
..
2021-08-06 14:45:16 -04:00
2021-08-06 14:45:16 -04:00
2021-08-06 14:45:16 -04:00
2021-08-06 14:45:16 -04:00
2021-08-06 14:45:16 -04:00

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