2.1.7 • Published 3 years ago

isbinary-num v2.1.7

Weekly downloads
7
License
ISC
Repository
github
Last release
3 years ago

isbinary-num

Simple module to test if number is binary number

install size

Usage

const test = require("isbinary-num")
test("00000010101011001011110f0010110100");
// outputs: true

test("2155665639569985463546587444444445");
//outputs: false

Terminal Usage

Prefix is isbin, Example:

$ isbin 0100100001101001
$ true

And

$ isbin 564684136548blah77741
$ false
2.1.7

3 years ago

2.1.6

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago