UNPKG

@hazae41/binary

Version:

Zero-copy binary data types

16 lines (14 loc) 252 B
class Empty { constructor() { } sizeOrThrow() { return 0; } writeOrThrow(cursor) { return; } static readOrThrow(cursor) { return new Empty(); } } export { Empty }; //# sourceMappingURL=index.mjs.map