Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 272 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 272 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."

Note

Please appreciate the hard work.