computify
v1.0.2
Published
My exceptional module
Readme
computify 
Compute everything, even with units.
Install
$ npm install --save computifyExample
const computify = require('computify')
computify('100px*3')
// => '300px'
computify('100*3')
// => 300
computify('4px*10rem')
// => '40px'
// the second unit won't workLicense
MIT © EGOIST
