Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@unction/allp

unctionjs91ISC4.1.4TypeScript support: included

A curryable version of Promise.all

unction, functional

readme

@unction/allP

Tests Stability Dependencies

Array<T> => Promise<Array<T>>

A port of the Promise.all() function.

Credit: @keithamus

allP([fetchUser, fetchToken])