UNPKG

@hazae41/memory

Version:

Disposable bytes for TypeScript & WebAssembly

13 lines (10 loc) 187 B
'use strict'; class Slice { bytes; constructor(bytes) { this.bytes = bytes; } [Symbol.dispose]() { } } exports.Slice = Slice; //# sourceMappingURL=index.cjs.map