Danny Kim
Sep 1, 2022

--

It is great that radash is built with TS from the beginning, but the types provided by radash does not look any stronger than @types/lodash. For example, the Func generic in curry module currently falls back to "any" type for both TArgs and KReturn if not specified. I know currying is tricky in TS, so I had high expectations when you claimed radash has stronger types than lodash.

--

--