0.2.5 • Published 1 year ago

is-integeric v0.2.5

Weekly downloads
24
License
MIT
Repository
github
Last release
1 year ago

is-integeric

npm npm bundle size CircleCI NPM Badges

Lightweight, simple test to see if an input is an integer or can be converted to one.

import isIntegeric from 'is-integeric';

console.log(isIntegeric(5));      // true
console.log(isIntegeric('5'));    // true
console.log(isIntegeric('5.5'));  // true, because it can be floored
console.log(isIntegeric('five')); // false
0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

3 years ago

0.2.2

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago