MCPcopy
hub / github.com/jstat/jstat / isFunction

Function isFunction

src/core.js:22–24  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

20
21
22function isFunction(arg) {
23 return toString.call(arg) === '[object Function]';
24}
25
26
27function isNumber(num) {

Callers 2

core.jsFile · 0.85
vector.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected