Files
blockcatcher/node_modules/untildify
metacryst 637c9e4674 init
2026-01-09 11:14:27 -06:00
..
2026-01-09 11:14:27 -06:00
2026-01-09 11:14:27 -06:00
2026-01-09 11:14:27 -06:00
2026-01-09 11:14:27 -06:00
2026-01-09 11:14:27 -06: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