1.0.0 • Published 4 years ago

find-number v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

find-number

A package that utilizes loops to find a number that matches a condition.

Installation

You can install this package from npm: npm install find-number

Usage

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.