2022-11-28
|~3 min read
|472 words
Update: I returned to the codebase after I let my computer think about what it’d done (i.e., the next day). When I converted the Type back…
2022-11-28
|~4 min read
|686 words
When does it make sense to use a Generic in a Typescript type? How do you create a type that takes a Generic? I’ve read through the…