ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeContentType, decodeContentType);
test("roundtrips minimal", () => {
roundtrip("application");
});
test("roundtrips nontrivial", () => {
roundtrip("commit");
});
});
//# sourceMappingURL=contentType.test.js.map