Kargi-Sitesi/node_modules/untildify
2024-11-03 21:30:09 -05:00
..
index.d.ts Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
index.js Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
license Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
package.json Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
readme.md Deployed the page to Github Pages. 2024-11-03 21:30:09 -05: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