ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeLeafNodeSource, decodeLeafNodeSource);
test("roundtrips key_package", () => {
roundtrip("key_package");
});
test("roundtrips commit", () => {
roundtrip("commit");
});
test("roundtrips update", () => {
roundtrip("update");
});
});
//# sourceMappingURL=leafNodeSource.test.js.map