Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/keepfool/vue-tutorials
/ isFunction
Function
isFunction
06.Router/basic/js/vue-resource.js:296–298 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
294
}
295
296
function
isFunction(val) {
297
return
typeof val ===
'function'
;
298
}
299
300
function
isObject(obj) {
301
return
obj !== null && typeof obj ===
'object'
;
Callers
5
options
Function · 0.70
vue-resource.js
File · 0.70
before
Function · 0.70
exec
Function · 0.70
next
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected