Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
race
Method · 0.70
allWithCallback
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected