1.0.0 • Published 8 years ago

crockpot-fromBinary v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

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
1.0.0

8 years ago