@lucid-softworks/promise-race-success
v0.1.0
Published
Resolve with the first fulfilled promise-like value.
Maintainers
Readme
@lucid-softworks/promise-race-success
Resolve with the first fulfilled value. Rejections are ignored until every
input fails, then native AggregateError semantics apply.
import { raceSuccess } from "@lucid-softworks/promise-race-success";
const response = await raceSuccess(mirrorRequests);