@hazae41/binary
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -140,2 +140,22 @@ declare class Binary { | ||
/** | ||
* Get a 64-bits unsigned number | ||
* @returns 64-bits unsigned number | ||
*/ | ||
getUint64(): bigint; | ||
/** | ||
* Read a 64-bits unsigned number | ||
* @returns 64-bits unsigned number | ||
*/ | ||
readUint64(): bigint; | ||
/** | ||
* Set a 64-bits unsigned number | ||
* @param x 64-bits unsigned number | ||
*/ | ||
setUint64(x: bigint): void; | ||
/** | ||
* Write a 64-bits unsigned number | ||
* @param x 64-bits unsigned number | ||
*/ | ||
writeUint64(x: bigint): void; | ||
/** | ||
* Get a fixed-length string | ||
@@ -142,0 +162,0 @@ * @param length byte length of the string |
{ | ||
"type": "module", | ||
"name": "@hazae41/binary", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Zero-copy Buffer reader and writer", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/hazae41/binary", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
58140
1019