1.0.1 • Published 4 years ago

checkisodd v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Check Is Odd

State of the art odd number checking!

Installation

  • With npm
npm install checkisodd
  • With yarn
yarn add checkisodd

Usage

const checkIsOdd = require('checkisodd');

console.log(checkIsOdd(3)); // true
console.log(checkIsOdd(2)); // false
1.0.1

4 years ago

1.0.0

4 years ago