@gegyhamdani/is-int

1.0.2 • Public • Published

Check a value it its a Int.

How To Use

import isInt from '@gegyhamdani/is-int';

isInt(10); //true
isInt(999); //true
isInt('this is int') //false

Readme

Keywords

Package Sidebar

Install

npm i @gegyhamdani/is-int

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

953 B

Total Files

3

Last publish

Collaborators

  • gegyhamdani