Skip to content

Ian-16777216/is-even

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Hello!

Have you ever wanted to know if a number is even without slow, unreadable operations? Well now you can! Just install the library and get programming!

How to use:

import { isEven } from "<path to your installation>";

isEven(5); //false
isEven(6); //true

Unfortunatly, is-even only supports 16 bit numbers. support for 24 bit should come sooon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published