1.0.2 • Published 12 months ago

@elnoir/iseven v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

isEven

Return true if the given number is even.

Install

Install with npm:

$ npm install @elnoir/iseven

Usage

import { isEven } from '@elnoir/iseven';


isEven(2);
//=> true
isEven('1');
//=> undefined
isEven(5);
//=> false
1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago