/** Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`. @example ``` import untildify = require('untildify'); untildify('~/dev'); //=> '/Users/sindresorhus/dev' ``` */ declare function untildify(pathWithTilde: string): string; export = untildify;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
index.d.ts | File | 279 B | 0644 |
|
index.js | File | 331 B | 0644 |
|
license | File | 1.08 KB | 0644 |
|
package.json | File | 3.67 KB | 0644 |
|
readme.md | File | 532 B | 0644 |
|