MCPcopy Index your code
hub / github.com/angular/angular / isThenable

Function isThenable

packages/zone.js/lib/common/promise.ts:85–87  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

83 }
84
85 function isThenable(value: any): boolean {
86 return value && typeof value.then === 'function';
87 }
88
89 function forwardResolution(value: any): any {
90 return value;

Callers 2

raceMethod · 0.70
allWithCallbackMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…