Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 320 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 320 Bytes

is-even-2

Installation

NPM
npm i is-even-2

Usage

// import
const { isEven } = require("is-even-2");

isEven(0); // true
isEven(5); // false
isEven(183629); // "Tired. Figure it out on your own."

Testing

Simply run jest to run unit tests.

Note

Please appreciate the hard work.