@hazae41/binary
Advanced tools
Comparing version 1.2.3 to 1.2.4
import { Cursor } from '../cursor/cursor.js'; | ||
declare class Empty { | ||
constructor(); | ||
size(): number; | ||
write(cursor: Cursor): void; | ||
static read(cursor: Cursor): Empty; | ||
static size(): number; | ||
static write(cursor: Cursor): void; | ||
static read(cursor: Cursor): typeof Empty; | ||
} | ||
export { Empty }; |
{ | ||
"type": "module", | ||
"name": "@hazae41/binary", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"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
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
106127
1663