is-odd-number

1.0.0 • Public • Published

Usage

const isOdd = require('is-odd-number');

console.log(10, isOdd(10)); // Should print: 10 false
console.log(7, isOdd(7)); // Should print: 7 true

Readme

Keywords

none

Package Sidebar

Install

npm i is-odd-number

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

542 B

Total Files

3

Last publish

Collaborators

  • link-dev