Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricSimons/ionic-course
/ isPromiseLike
Function
isPromiseLike
code/songhop/www/lib/angular/angular.js:643–645 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
641
642
643
function
isPromiseLike(obj) {
644
return
obj && isFunction(obj.then);
645
}
646
647
648
var
trim =
function
(value) {
Callers
4
sendReq
Function · 0.70
createHttpBackend
Function · 0.70
handleCallback
Function · 0.70
processAsyncValidators
Function · 0.70
Calls
1
isFunction
Function · 0.70
Tested by
no test coverage detected