Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 9, 2020 10:25
Show Gist options
  • Save indreklasn/adbc22866aa732a93aa0590383d4ece3 to your computer and use it in GitHub Desktop.
Save indreklasn/adbc22866aa732a93aa0590383d4ece3 to your computer and use it in GitHub Desktop.

How To Install

yarn add is-even-indreklasn

How To Use

const isEven = require('is-even-indreklasn')

isEven(2) // true

isEven(5) //  false

isEven(0) // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment