ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeReuseGuard, decodeReuseGuard);
test("roundtrips", () => {
roundtrip(new Uint8Array([1, 2, 3, 4]));
});
});
//# sourceMappingURL=reuseGuard.test.js.map