ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeCredentialType, decodeCredentialType);
test("roundtrips basic", () => {
roundtrip("basic");
});
test("roundtrips x509", () => {
roundtrip("x509");
});
});
//# sourceMappingURL=credentialType.test.js.map