ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodePskType, decodePskType);
test("roundtrips external", () => {
roundtrip("external");
});
test("roundtrips resumption", () => {
roundtrip("resumption");
});
});
//# sourceMappingURL=pskType.test.js.map