@hibou-company/is-even
v1.0.14
Published
## What is-even
Downloads
8
Readme
is-even
What is-even
is-even is a package that check if a number is even
Why created it
This package was only created to demonstrate an article and shouldn't be use
How to install it
To install it just use
npm i @hibou-company/is-even
How to use it
Here is an exaple of how to use the package
import { isEven } from '@hibou-company/is-even';
console.log(isEven(2)); // true