Skip to content

sindresorhus/untildify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 11, 2023
a901e25 · Jun 11, 2023

History

34 Commits
Jun 11, 2023
May 24, 2018
May 24, 2018
May 24, 2018
May 24, 2018
Jun 11, 2023
Jun 11, 2023
Jun 11, 2023
Jun 11, 2023
Jun 11, 2023
Jun 11, 2023
Jun 11, 2023

Repository files navigation

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'

Related

See tildify for the inverse.