0.1.5 • Published 9 years ago

isInteger v0.1.5

Weekly downloads
16
License
MIT
Repository
github
Last release
9 years ago

isInteger

npm

installation

npm install isInteger

usage

var isInteger = require("isinteger");
isInteger("hello world!"); // returns false
isInteger(42); // returns true

NOTE:

  • this is a polyfill to "Number.isInteger()"
  • if you see a module called "isinterger" by me then ignore it please as i can't remove because of the npm unpublish policy
0.1.5

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago