iteearmah/is-even

Return true if the given number is even.

v1.0.0 2021-10-08 13:39 UTC

This package is auto-updated.

Last update: 2024-05-14 18:10:44 UTC


README

Return true if the given number is even.

#Installation You can add this library as a local, per-project dependency to your project using Composer:

composer require iteearmah/is-even

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev iteearmah/is-even

About

Contributing

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