1.0.2 • Published 3 years ago

check-so-chan v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

IS-EVEN-NUMBER

Install

Install with npm:

$ npm install --save is-even-number

Usage

Works with strings or numbers.

const checkSoChan = require('check-so-chan');

console.log(checkSoChan(1)); //=> false
console.log(checkSoChan(4)); //=> true
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago