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
- Host: GitHub
- URL: https://github.com/shadowtime2000/find-number
- Owner: shadowtime2000
- Created: 2020-07-24T16:43:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:55:10.000Z (over 3 years ago)
- Last Synced: 2025-02-05T08:35:20.505Z (over 1 year ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.