crockpot-fromBinary
v1.0.0
Published
Convert binary to decimal integers
Downloads
2
Readme
Converts Binary to decimal integers.
Install
$ npm install --save crockpot-fromBinary
Development
To run tests follow the following instructions:
$ npm test
Usage
var fromBinaryToDecimal = require('crockpot-fromBinary')
fromBinaryToDecimal('10001101000') // 1128