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

Interface PendingThenable

packages/shared/ReactTypes.ts:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export interface PendingThenable<T, Result, Err>
51 extends ThenableImpl<T, Result, Err> {
52 status: 'pending';
53}
54
55export interface FulfilledThenable<T, Result, Err>
56 extends ThenableImpl<T, Result, Err> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected