@handy-common-utils/promise-utils
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "@handy-common-utils/promise-utils", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Promise related utilities", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"prepare": "shx rm -rf dist && tsc && es-check", | ||
"preversion": "generate-api-docs-and-update-readme && replace-in-file README.md '### Functions[\\s\\S]*?## Classes' '## Classes' && git add README.md" | ||
"preversion": "generate-api-docs-and-update-readme && replace-in-file README.md '[^#]### Functions[\\s\\S]*?## Classes' '## Classes' && git add README.md" | ||
}, | ||
@@ -12,0 +12,0 @@ "files": [ |
@@ -95,5 +95,25 @@ # @handy-common-utils/promise-utils | ||
### Classes | ||
#### Functions | ||
- [delayedReject](#delayedreject) | ||
- [delayedResolve](#delayedresolve) | ||
- [inParallel](#inparallel) | ||
- [promiseState](#promisestate) | ||
- [repeat](#repeat) | ||
- [synchronised](#synchronised) | ||
- [synchronized](#synchronized) | ||
- [timeoutReject](#timeoutreject) | ||
- [timeoutResolve](#timeoutresolve) | ||
- [withRetry](#withretry) | ||
### Variables | ||
#### FIBONACCI\_SEQUENCE | ||
• `Const` **FIBONACCI\_SEQUENCE**: `number`[] | ||
Array of Fibonacci numbers starting from 1 up to 317811. | ||
## Classes | ||
<a name="classespromiseutilsmd"></a> | ||
@@ -100,0 +120,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63407
510