UNPKG
@hazae41/memory
Version:
latest (1.0.10)
1.0.10
1.0.8
1.0.7
Disposable bytes for TypeScript & WebAssembly
github.com/hazae41/memory
hazae41/memory
@hazae41/memory
/
dist
/
cjs
/
mods
/
memory
/
index.cjs
13 lines
(10 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
class
Slice
{ bytes;
constructor
(
bytes
) {
this
.
bytes
= bytes; } [
Symbol
.
dispose
]() { } }
exports
.
Slice
=
Slice
;
//# sourceMappingURL=index.cjs.map