ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeProposalOrRefType, decodeProposalOrRefType);
test("roundtrips proposal", () => {
roundtrip("proposal");
});
test("roundtrips reference", () => {
roundtrip("reference");
});
});
//# sourceMappingURL=proposalOrRefType.test.js.map