1.0.0 • Published 9 years ago
crockpot-fromBinary v1.0.0
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') // 11281.0.0
9 years ago