function-overloader
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "function-overloader", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "improve overloading functions and methods in js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -41,3 +41,3 @@ # FUNCTION OVERLOADER | ||
.do(() => { | ||
throw Error("Wrong attributes); | ||
throw Error("Wrong attributes"); | ||
}) | ||
@@ -56,3 +56,3 @@ .done(); | ||
.do(() => { | ||
throw Error("Wrong attributes); | ||
throw Error("Wrong attributes"); | ||
}) | ||
@@ -143,3 +143,3 @@ .done(); | ||
``` | ||
And it will also return `Condition Object` | ||
And it will also return `Condition Response` | ||
@@ -171,3 +171,3 @@ ### Condition Response | ||
Accept function which should be called if previous `.when` match arguments. | ||
Will respond with `Condition Object` | ||
Will respond with `Condition Response` | ||
@@ -174,0 +174,0 @@ ## License |
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
62857