Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

untildify

sindresorhus52.3mMIT5.0.0TypeScript support: included

Convert a tilde path to an absolute path: ~/dev/Users/sindresorhus/dev

tilde, expansion, expand, untildify, path, home, directory, user, shell, bash

readme

untildify

Convert a tilde path to an absolute path: ~/dev/Users/sindresorhus/dev

Install

npm install untildify

Usage

import untildify from 'untildify';

untildify('~/dev');
//=> '/Users/sindresorhus/dev'

See tildify for the inverse.