I've completed Mind Control Is Surprisingly Effective - Advent of TypeScript 2024 https://adventofts.com/events/2024/17
I went overboard and tried really hard to make a generic ComposeN function. I should read how ts-toolbelt does it before shooting me in the foot. https://github.com/millsp/ts-toolbelt/blob/master/sources/Function/Compose/List/Sync.ts
I went overboard and tried really hard to make a generic ComposeN function. I should read how ts-toolbelt does it before shooting me in the foot. https://github.com/millsp/ts-toolbelt/blob/master/sources/Function/Compose/List/Sync.ts
Comments
I am kinda disappointed it's so hard to type [ReturnType
I'm gonna dig, I'm sure I'm not the first one to try that. Must be a 5 years old issue with 1M answers somwhere.