@helios-lang/codec-utils
Advanced tools
Comparing version 0.1.16 to 0.1.17
{ | ||
"name": "@helios-lang/codec-utils", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"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 "./int/index.js"; | ||
export * from "./option/index.js"; | ||
export * from "./utf8/index.js"; | ||
export type Option<T> = import("./option/index.js").Option<T>; | ||
//# sourceMappingURL=index.d.ts.map |
export * from "./bits/index.js" | ||
export * from "./bytes/index.js" | ||
export * from "./int/index.js" | ||
export * from "./option/index.js" | ||
export * from "./utf8/index.js" | ||
/** | ||
* @template T | ||
* @typedef {import("./option/index.js").Option<T>} Option | ||
*/ |
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
65503
63
2004