An open API service indexing awesome lists of open source software.

https://github.com/shadowtime2000/find-number

A package that utilizes loops to find a number that matches a condition
https://github.com/shadowtime2000/find-number

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

## Installation
You can install this package from [npm](https://www.npmjs.com/package/find-number):
`npm install find-number`

## Usage
The usage of this package is patterned like this: `findNumber(, , , )`.
The `findNumber` function is asynchronous.