@hazae41/binary
Advanced tools
Comparing version 1.2.7 to 1.2.8
@@ -5,2 +5,3 @@ import { Cursor } from '../cursor/cursor.js'; | ||
constructor(); | ||
prepare(): this; | ||
size(): number; | ||
@@ -7,0 +8,0 @@ write(cursor: Cursor): void; |
@@ -16,2 +16,3 @@ import { Readable } from './readable.js'; | ||
static random(length: number): Opaque; | ||
prepare(): this; | ||
size(): number; | ||
@@ -18,0 +19,0 @@ write(cursor: Cursor): void; |
import { Cursor } from '../cursor/cursor.js'; | ||
/** | ||
* A binary data type reader | ||
* A readable binary data type | ||
*/ | ||
@@ -6,0 +6,0 @@ interface Readable<T> { |
import { Cursor } from '../cursor/cursor.js'; | ||
/** | ||
* A binary data type writer | ||
* A writable binary data type | ||
*/ | ||
interface Writable { | ||
/** | ||
* Prepare this writable | ||
*/ | ||
prepare?(): void; | ||
/** | ||
* Get the amount of bytes | ||
@@ -13,0 +9,0 @@ */ |
{ | ||
"type": "module", | ||
"name": "@hazae41/binary", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "Zero-copy binary data types", | ||
@@ -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
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
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
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
107024
1700