Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NUKnightLab/TimelineJS3
/ isFunction
Function
isFunction
src/js/net/Net.js:75–75 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
73
}
74
75
function
isFunction(value) {
return
type
(value) ==
"function"
}
76
77
function
isWindow(obj) {
return
obj != null && obj == obj.window }
78
Callers
2
Net.js
File · 0.85
funcArg
Function · 0.85
Calls
1
type
Function · 0.85
Tested by
no test coverage detected