@js-bits/xpromise
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -40,3 +40,3 @@ export default ExtendablePromise; | ||
*/ | ||
execute(...args: unknown[][]): this; | ||
execute(...args: unknown[]): this; | ||
/** | ||
@@ -43,0 +43,0 @@ * Resolves `ExtendablePromise` |
@@ -86,3 +86,3 @@ import enumerate from '@js-bits/enumerate'; | ||
*/ | ||
execute(/** @type {...unknown[]} */ ...args) { | ||
execute(/** @type {unknown[]} */ ...args) { | ||
if (this[ø.executor]) { | ||
@@ -89,0 +89,0 @@ try { |
{ | ||
"name": "@js-bits/xpromise", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Extendable Promise", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
27392