# evenodd

A package that quickly sorts even and odd numbers based on input

# Installation

    npm install evenoddcheck

or simply

    npm i evenoddcheck

# Usage

    const evenodd = require('evenoddcheck');

    const checked = evenodd(35);

Output should be odd,

# Tests

    npm run test

# Contributing

Feel free to contribute
