PureParse is a validation- and parsing library for TypeScript, used in production by Storyblok. What sets it apart from from any other library is its strong emphasis on decoupling type definitions from validation logic. It achieves this by statically validating parsing logic against user-defined types. Read more about it on the website.
Johannes Lindgren