1.0.3 • Published 1 year ago

@thegeorgenikhil/is-even v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@thegeorgenikhil/is-even

A simple TypeScript package to check if a number is even.

Installation

To install the package, run:

npm install @georgenikhil/is-even

Usage

To use the package, import the isEven function and call it with a number:

import { isEven } from '@georgenikhil/is-even';

console.log(isEven(2)); // true

Development

Build

To build the package, run:

npm run build

Test

To run the tests, execute:

npm run test

License

Copyright © 2024, Nikhil George. Released under the ISC License.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago