You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I loooove transducers, so i'm usually using transducer or into everywhere i can, but in typescript land, it has been very hard for me to type it, i would like to understand both how could type it and if it is not possible where is the issue.
Hi!
first, thank you all for this superb library!
I loooove transducers, so i'm usually using
transducer
orinto
everywhere i can, but in typescript land, it has been very hard for me to type it, i would like to understand both how could type it and if it is not possible where is the issue.here, for typescript is so difficult to understand what gets into
map
, because transducer expects to apply the fns incompose
in the read order.My question: is there any way to type this ? to get the type of
OrderAndValue
in themap
and returnValues
?The text was updated successfully, but these errors were encountered: