MCPcopy
hub / github.com/BetaSu/big-react / then

Method then

packages/shared/ReactTypes.ts:32–32  ·  view source on GitHub ↗
(
		onFulfill: () => Result,
		onReject: () => Result
	)

Source from the content-addressed store, hash-verified

30
31export interface Wakeable<Result = any> {
32 then(
33 onFulfill: () => Result,
34 onReject: () => Result
35 ): void | Wakeable<Result>;

Callers 7

lazyInitializerFunction · 0.65
hostConfig.tsFile · 0.65
attachPingListenerFunction · 0.65
trackUsedThenableFunction · 0.65
hostConfig.tsFile · 0.65
fetchDataFunction · 0.65
main.tsxFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected