@brandonbr1/if-odd

1.0.1 • Public • Published

if-odd

what is it

it is a more efficent version of is-odd

install

npm install @brandonbr1/if-odd

How to use it

var ifeven = require('@Brandonbr1/if-odd');

ifodd(1); //false
ifodd(2); //true
ifodd(3); //false
// And so on

Lisence

this project is under the MIT lisence

Readme

Keywords

Package Sidebar

Install

npm i @brandonbr1/if-odd

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

2.26 kB

Total Files

4

Last publish

Collaborators

  • brandonbr1