1.0.1 • Published 2 years ago

is-probably-even v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

is-even npm luc.computer

Return true if the number passed is even, hopefully...

Disclaimer: This project only works as intended 50% of the time, this is by design, probablities can be tweaked :smirk:

Install

Install with yarn

$ yarn add is-probably-even

Install with npm

$ npm install --save is-probably-even

How to use it

var isEven = require('is-probably-even');

isEven(1); //false, or true 🤷
isEven(2); //true, or false 🤷
isEven(3); //false, or true 🤷
// And so on... just for a little while

About

This is a 100% not a serious project, and it is made to help the community laugh. There are a lot of cases where young developers face the issue of finding if a number is maybe but not really even, so I decided to help them by creating this beautiful humerous package. Hopefully, someday it will be completed...

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.