I have a bunch of pretty advanced types, with generics and inferences all over the place.
What would be a good way to test that these all work as expected? In other words, I want to make sure that MyCoolType<"foo bar baz">MyCoolType<"foo bar baz"> is equal to the type["foo", "bar", "baz"]["foo", "bar", "baz"], as an example.
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.