TS Playground - An online editor for exp...
TS Playground - An online editor for exploring TypeScript and JavaS...
The Playground lets you write TypeScript or JavaScript online in a safe and sharable way.
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Yeah, totally reasonable to want to write some machinery here to cut down on the boilerplate. I don't have anything to add to help with your actual request for help, so I'll let someone else come help, but just know that similar to TypeScript interfaces/types, a little duplication can make things way easier to manage and maintain over time.
I think it's doable with enough hacking, but as soon as you throw a
union
or a transform
in there, it's back to the drawing board and more battling with types and wrappers.