0.1.5 • Published 9 years ago
isInteger v0.1.5
isInteger
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