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

Interface ThenableImpl

packages/shared/ReactTypes.ts:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38interface ThenableImpl<T, Result, Err> {
39 then(
40 onFulfill: (value: T) => Result,
41 onReject: (error: Err) => Result
42 ): void | Wakeable<Result>;
43}
44
45interface UntrackedThenable<T, Result, Err>
46 extends ThenableImpl<T, Result, Err> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected