checkIsEven
State of the art even number checking.
Installation
- With npm:
npm i checkiseven
- With yarn:
yarn add checkiseven
- From a CDN:
Usage
CommonJS
const default: checkIsEven = ; console; // trueconsole; // false
ES2015 Modules + Bundler
; console; // trueconsole; // false
Browser ES2015 Modules
console; // trueconsole; // false