Live data from Hacker News

Show HN: Typed-jest-expect, elegant typings for a more civilized age

github.com

1–2 of 2 posts

Re: Show HN: Typed-jest-expect, elegant typings for a more civilized age

#2
Nice. Is this specifically tied to Jest or can it be used for general purpose assertions? Partly interested because I’m building a test framework, but also because it could be useful in a slightly different form in non-test code (eg with `asserts` return types rather than type checking the parameter).