MCPcopy
hub / github.com/heroku/react-refetch / all

Method all

src/index.d.ts:21–21  ·  view source on GitHub ↗
(iterable: Iterable<PromiseState<any>>)

Source from the content-addressed store, hash-verified

19 resolve<T = {}>(value?: PromiseStateLike<T>, meta?: any): FulfilledPromiseState<T>;
20 reject<T = {}>(reason?: any, meta?: any): RejectedPromiseState<T>;
21 all<T = {}>(iterable: Iterable<PromiseState<any>>): PromiseState<T[]>;
22 race<T = {}>(iterable: Iterable<PromiseState<any>>): PromiseState<T>;
23}
24

Callers 1

Implementers 1

PromiseStatesrc/PromiseState.js

Calls

no outgoing calls

Tested by

no test coverage detected