UNPKG

@hazae41/cursor

Version:

Rust-like Cursor for TypeScript

11 lines (9 loc) 253 B
var Data; (function (Data) { function fromView(view) { return new DataView(view.buffer, view.byteOffset, view.byteLength); } Data.fromView = fromView; })(Data || (Data = {})); export { Data }; //# sourceMappingURL=dataviews.mjs.map