Files
2023-07-13 09:09:17 +00:00
..
2023-07-13 09:09:17 +00:00
2023-07-13 09:09:17 +00:00
2023-07-13 09:09:17 +00:00
2023-07-13 09:09:17 +00:00
2023-07-13 09:09:17 +00: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