UI for Zipcoin Blue
BlackJack 3df7502993 most working, work on front end 6 years ago
..
index.js most working, work on front end 6 years ago
license most working, work on front end 6 years ago
package.json most working, work on front end 6 years ago
readme.md most working, work on front end 6 years ago

readme.md

untildify Build Status

Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev

Install

$ npm install --save untildify

Usage

const untildify = require('untildify');

untildify('~/dev');
//=> '/Users/sindresorhus/dev'

Related

See tildify for the inverse.

License

MIT © Sindre Sorhus