btd

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i btd

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.99 kB

Total Files

4

Last publish

Collaborators

  • jonasrdl