1.2.8 • Published 4 years ago

is-bounded-number v1.2.8

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

is-bounded-number

npm versionBuild status

Checks that a number is numeric, finite, and within a specific range (default is +/- 1e15). Find module on npm and code repo with examples on GitHub.

API

var ibn = require('is-bounded-number');
ibn(input);          // Returns boolean. Checks input numeric and bounded by +/- 1e15
ibn(input, bound);   // Returns boolean

Use npm i is-bounded-number to install. For full examples see GitHub examples directory.

1.2.8

4 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

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

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago