btd
v1.0.1
Published
### Convert binary numbers to decimal, or vice versa easily.
Downloads
3
Readme
binary
Convert binary numbers to decimal, or vice versa easily.
Installation
npm i btd
Usage
const binary = require('btd');
binary.toDecimal('10110101'); // 181
binary.toBinary(1337); // 10100111001