UNPKG

@hazae41/cursor

Version:

Rust-like Cursor for TypeScript

11 lines (9 loc) 282 B
'use strict'; exports.Bytes = void 0; (function (Bytes) { function fromView(view) { return new Uint8Array(view.buffer, view.byteOffset, view.byteLength); } Bytes.fromView = fromView; })(exports.Bytes || (exports.Bytes = {})); //# sourceMappingURL=index.cjs.map