1.0.1 • Published 7 months ago

even-number-list v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Description:

  • This package is used to get list of even number within the range you provide in the function.
  • You just need to install the dependency and use this like a function to get even numbers array.

Install Dependency:

npm i even-number-list

How to use:

const evenNumber = require('even-number-list'); console.log(evenNumber(10));

1.0.1

7 months ago

1.0.0

7 months ago