UNPKG

@hazae41/binary

Version:

Zero-copy binary data types

18 lines (15 loc) 272 B
'use strict'; class Empty { constructor() { } sizeOrThrow() { return 0; } writeOrThrow(cursor) { return; } static readOrThrow(cursor) { return new Empty(); } } exports.Empty = Empty; //# sourceMappingURL=index.cjs.map