node-opcua-enum
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "node-opcua-enum", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "pure nodejs OPCUA SDK - module -enum", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -22,3 +22,3 @@ "use strict"; | ||
* @method is | ||
* @param {EnumItem || String || Number} item The object to check with. | ||
* @param {EnumItem | String | Number} item The object to check with. | ||
* @return {Boolean} The check result. | ||
@@ -39,3 +39,3 @@ */ | ||
* @method has | ||
* @param {EnumItem || String || Number} value The object to check with. | ||
* @param {EnumItem | String |Number} value The object to check with. | ||
* @return {Boolean} The check result. | ||
@@ -42,0 +42,0 @@ */ |
@@ -0,0 +0,0 @@ "use strict"; |
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
13447