MCPcopy Create free account
hub / github.com/BetaSu/big-react / FulfilledThenable

Interface FulfilledThenable

packages/shared/ReactTypes.ts:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55export interface FulfilledThenable<T, Result, Err>
56 extends ThenableImpl<T, Result, Err> {
57 status: 'fulfilled';
58 value: T;
59}
60
61export interface RejectedThenable<T, Result, Err>
62 extends ThenableImpl<T, Result, Err> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected