MCPcopy 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.jsFile · 0.85
funcArgFunction · 0.85

Calls 1

typeFunction · 0.85

Tested by

no test coverage detected