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