1.0.1 • Published 5 years ago

checkisodd v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

1.0.0

5 years ago