google/chained-promise

Implement map() as a non-async version of flatMap()

Closed this issue · 1 comments

For initial implementation, we can wrap the function around with Promise.resolve().