MCPcopy
hub / github.com/apache/echarts / isFunction

Function isFunction

test/lib/canteen.js:73–75  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

71 }
72
73 function isFunction(func) {
74 return func && {}.toString.call(func) === '[object Function]';
75 }
76
77 function isNumber(val) {
78 return typeof val === 'number';

Callers 1

canteen.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…