|
пре 2 година | |
---|---|---|
.. | ||
index.d.ts | пре 2 година | |
index.js | пре 2 година | |
license | пре 2 година | |
package.json | пре 2 година | |
readme.md | пре 2 година |
Convert an absolute path to a tilde path:
/Users/sindresorhus/dev
→~/dev
$ npm install tildify
const tildify = require('tildify');
tildify('/Users/sindresorhus/dev');
//=> '~/dev'
See untildify for the inverse.
MIT © Sindre Sorhus