hrms-manual/node_modules/untildify
2023-09-06 14:51:44 +07:00
..
index.d.ts first commit 2023-09-06 14:51:44 +07:00
index.js first commit 2023-09-06 14:51:44 +07:00
license first commit 2023-09-06 14:51:44 +07:00
package.json first commit 2023-09-06 14:51:44 +07:00
readme.md first commit 2023-09-06 14:51:44 +07: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