1.1.0 • Published 4 years ago

quick-iseven v1.1.0

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
4 years ago

isEven

NPM Package to determine if a number is even

Installation

First, get the package

npm i quick-iseven

Next, include it into your file by writing

const iseven = require('quick-iseven')

Now, you can use

iseven(numberhere)

1.1.0

4 years ago

1.0.4

4 years ago

1.0.0

4 years ago