ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeLifetime, decodeLifetime);
test("roundtrips minimal", () => {
roundtrip({ notBefore: 0n, notAfter: 0n });
});
test("roundtrips nontrivial", () => {
roundtrip({ notBefore: 123456789n, notAfter: 987654321n });
});
});
//# sourceMappingURL=lifetime.test.js.map