function-overloader
Advanced tools
Comparing version 1.10.1 to 1.10.2
@@ -271,3 +271,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
this._enabled = false; | ||
throw TypeError(); | ||
throw TypeError("Wrong parameters", this._args); | ||
} | ||
@@ -274,0 +274,0 @@ return { |
{ | ||
"name": "function-overloader", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "improve overloading functions and methods in js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -100,3 +100,3 @@ import debug from "debug"; | ||
this._enabled = false; | ||
throw TypeError(); | ||
throw TypeError("Wrong parameters", this._args); | ||
} | ||
@@ -103,0 +103,0 @@ return { |
Sorry, the diff of this file is not supported yet
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
118350