UI for Zipcoin Blue
BlackJack 3df7502993 most working, work on front end před 6 roky
..
index.js most working, work on front end před 6 roky
license most working, work on front end před 6 roky
package.json most working, work on front end před 6 roky
readme.md most working, work on front end před 6 roky

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