ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeNodeType, decodeNodeType);
test("roundtrips leaf", () => {
roundtrip("leaf");
});
test("roundtrips parent", () => {
roundtrip("parent");
});
});
//# sourceMappingURL=nodeType.test.js.map