@helios-lang/codec-utils
Advanced tools
Comparing version 0.1.14 to 0.1.15
{ | ||
"name": "@helios-lang/codec-utils", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "Primitive manipulation functions commonly used in encoding and decoding algorithms", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -26,6 +26,5 @@ /** | ||
* If 'force == true' then 8 bits are added if the BitWriter is already aligned. | ||
* @private | ||
* @param {boolean} force | ||
*/ | ||
private padToByteBoundary; | ||
padToByteBoundary(force?: boolean): void; | ||
/** | ||
@@ -32,0 +31,0 @@ * Pop n bits of the end |
@@ -71,3 +71,2 @@ import { padBits } from "./ops.js" | ||
* If 'force == true' then 8 bits are added if the BitWriter is already aligned. | ||
* @private | ||
* @param {boolean} force | ||
@@ -74,0 +73,0 @@ */ |
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
64147
1957