Replies: 2 comments
-
Probably will need to add a new function for async use cases. No such handling in the current |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be particularly useful to create an async filter based on radashi's async map. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be helpful to make the
chain
function compatible with promises.It should be quite easy via the
Awaited<T>
typescript type.Beta Was this translation helpful? Give feedback.
All reactions