/thenP

Primary LanguageJavaScriptOtherNOASSERTION

@unction/thenP

Tests Stability Dependencies

MapperFunctionType<A, B> => Promise => Promise<D | B>

A port of the Promise.prototype.then() function.

Credit: @keithamus

thenP(
  ([user, project]) => console.log(user, project)
)(Promise.all([fetchUser, fetchProject]))