is-int

1.0.0 • Public • Published

is-int Build Status

Check if a variable is an integer.

Install

npm install is-int

Usage

var isInt = require('is-int');
 
isInt(400); // => true
 
isInt("hello"); // => true

Author

Nicky Laczko

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i is-int

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • rivalnick