@waldronmatt/parity
v2.1.10
Published
A utility helper to check if a number is even or odd.
Downloads
27
Readme
Parity
A utility helper to check if a number is even or odd.
Installation
Install dependencies:
pnpm add @waldronmatt/parity
Getting Started
import { isEven } from '@waldronmatt/parity/even.js';
console.log(isEven(4)); // Output: true
Monorepo Use
For use inside this monorepo, we import via below so we can use directly from source files.
import { isEven } from '@waldronmatt/parity/src/even.js';
License
MIT