1.0.2 • Published 1 year ago

check-so-chan v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago