Replies: 1 comment
-
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
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