0.1.5 • Published 10 years ago

isInteger v0.1.5

Weekly downloads
16
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago