database-petani-mobile/node_modules/untildify
2026-02-23 16:39:35 +07:00
..
index.d.ts base commit 2026-02-23 16:39:35 +07:00
index.js base commit 2026-02-23 16:39:35 +07:00
license base commit 2026-02-23 16:39:35 +07:00
package.json base commit 2026-02-23 16:39:35 +07:00
readme.md base commit 2026-02-23 16:39:35 +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