node-opcua-enum
Advanced tools
Comparing version 2.6.1 to 2.8.0
@@ -62,2 +62,3 @@ /** | ||
constructor(map: any); | ||
get isFlaggable(): boolean; | ||
/** | ||
@@ -64,0 +65,0 @@ * Returns the appropriate EnumItem. |
@@ -132,2 +132,5 @@ "use strict"; | ||
} | ||
get isFlaggable() { | ||
return this._isFlaggable; | ||
} | ||
/** | ||
@@ -134,0 +137,0 @@ * Returns the appropriate EnumItem. |
@@ -11,3 +11,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ /** |
{ | ||
"name": "node-opcua-enum", | ||
"version": "2.6.1", | ||
"version": "2.8.0", | ||
"description": "pure nodejs OPCUA SDK - module -enum", | ||
@@ -37,3 +37,3 @@ "scripts": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "15f0c0f83232fc63310dc04fea187048c7a01e4b" | ||
"gitHead": "e3b0892d751900c13898ca82be84bbfe66997f0c" | ||
} |
@@ -145,3 +145,6 @@ /** | ||
} | ||
public get isFlaggable() { | ||
return this._isFlaggable; | ||
} | ||
/** | ||
@@ -244,2 +247,3 @@ * Returns the appropriate EnumItem. | ||
} |
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
22135
540