UNPKG

@hazae41/memory

Version:

Disposable bytes for TypeScript & WebAssembly

11 lines (9 loc) 167 B
class Slice { bytes; constructor(bytes) { this.bytes = bytes; } [Symbol.dispose]() { } } export { Slice }; //# sourceMappingURL=index.mjs.map