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
/
esm
/
mods
/
memory
/
index.mjs
11 lines
(9 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
class
Slice
{ bytes; constructor(bytes) { this.bytes = bytes; } [Symbol.dispose]() { } } export { Slice };
//
# sourceMappingURL=index.mjs.map