Header Ads

Show HN: Tagged Unions and Factories in TypeScript https://ift.tt/IQLig8W

Show HN: Tagged Unions and Factories in TypeScript Wish sum types got more love in TypeScript. I have settled on this style to minimize the boilerplate code needed to write tagged unions and tagged union factories. Lines 1-8 are helper functions for declaring tagged union types. They are used for non-generic tagged unions. Non-generic tagged unions' types should be inferred correctly. Generic tagged unions are super hard to type, as TypeScript only allows functions to be typed as generic values. Wish you enjoy this as well. https://ift.tt/7m5nZOc March 6, 2023 at 12:35PM

No comments

Powered by Blogger.