@js-bits/xpromise
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@js-bits/xpromise", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Extendable Promise", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# Extendable Promise | ||
Allows extension of JavaScript's standard, built-in `Promise` class. | ||
Allows extension of JavaScript's standard, built-in `Promise` class and decouples an asynchronous operation that ties an outcome to a promise from the constructor. | ||
@@ -5,0 +5,0 @@ ## Installation |
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
9839