even-number-list
v1.0.1
Published
- 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.
Downloads
1
Readme
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));