Replies: 1 comment 1 reply
-
Unfortunately this is the kind of thing that mostly boils down to quirks of complex TS and has to be addressed on a case-by-case basis. I may have some useful intuitions, but I'd need to see a more complete repro to be able to help. The best I can give for dealing with these types in general is to look at how ArkType handles function signature for complex transformations and try to mimic that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to wrap and call a function in the form of
And currying this function.
But I have never been able to resolve these two types of errors.
Current alternative solutions
Beta Was this translation helpful? Give feedback.
All reactions