simple-common-utils
Advanced tools
Comparing version 1.5.1 to 1.6.0
import StaticUtils from "./js/StaticUtils"; | ||
import ArrayStringifier from "./js/ArrayStringifier"; | ||
import DottedStringObject from "./js/DottedStringObject"; | ||
import ZX55Packet from "simple-common-utils/js/zx55/ZX55Packet"; | ||
import ZX55Parser from "./js/zx55/ZX55Parser"; | ||
@@ -8,3 +10,5 @@ export { | ||
ArrayStringifier, | ||
DottedStringObject | ||
DottedStringObject, | ||
ZX55Packet, | ||
ZX55Parser | ||
}; |
@@ -0,0 +0,0 @@ function setPrefixOrPostfix(obj, prefix, string, addIfArrayLength) { |
@@ -0,0 +0,0 @@ export default class DottedStringObject { |
@@ -0,0 +0,0 @@ export default class StaticUtils { |
{ | ||
"name": "simple-common-utils", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "A collection of utility classes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
23734
9
397