untildify
Advanced tools
Weekly downloads
Readme
Convert a tilde path to an absolute path:
~/dev
→/Users/sindresorhus/dev
npm install untildify
import untildify from 'untildify';
untildify('~/dev');
//=> '/Users/sindresorhus/dev'
See tildify for the inverse.
FAQs
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
The npm package untildify receives a total of 13,939,988 weekly downloads. As such, untildify popularity was classified as popular.
We found that untildify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.