A package that utilizes loops to find a number that matches a condition.
You can install this package from npm:
npm install find-number
The usage of this package is patterned like this: findNumber(<starting number here>, <ending number here>, <increment here>, <function which decides if it matches condition>)
.
The findNumber
function is asynchronous.