Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/didi/mpx
/ isFunction
Function
isFunction
packages/utils/src/base.js:19–21 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
17
}
18
19
function
isFunction (fn) {
20
return
typeof fn ===
'function'
21
}
22
23
function
isDef (v) {
24
return
v !== undefined && v !== null
Callers
15
doValidator
Function · 0.90
Validator
Function · 0.90
fulfilledFn
Method · 0.90
RejectedFn
Method · 0.90
doProxy
Function · 0.90
requestProxy
Function · 0.90
warn
Function · 0.90
error
Function · 0.90
callWithErrorHandling
Function · 0.90
wrapMethodsWithErrorHandling
Function · 0.90
storeToRefs
Function · 0.90
resolveParent
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected