@helios-lang/codec-utils
Advanced tools
Comparing version 0.1.24 to 0.1.25
{ | ||
"name": "@helios-lang/codec-utils", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "Primitive manipulation functions commonly used in encoding and decoding algorithms", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
export * from "./bits/index.js"; | ||
export * from "./bytes/index.js"; | ||
export * from "./float/index.js"; | ||
export * from "./int/index.js"; | ||
export * from "./utf8/index.js"; | ||
//# sourceMappingURL=index.d.ts.map |
export * from "./bits/index.js" | ||
export * from "./bytes/index.js" | ||
export * from "./float/index.js" | ||
export * from "./int/index.js" | ||
export * from "./utf8/index.js" |
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
74541
76
2263