ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeDefaultExtensionType, decodeDefaultExtensionType);
test("roundtrips application_id", () => {
roundtrip("application_id");
});
test("roundtrips external_senders", () => {
roundtrip("external_senders");
});
});
//# sourceMappingURL=extensionType.test.js.map