MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / isFunction$1

Function isFunction$1

libs/echarts/echarts.simple.js:675–677  ·  view source on GitHub ↗

* @memberOf module:zrender/core/util * @param {*} value * @return {boolean}

(value)

Source from the content-addressed store, hash-verified

673 * @return {boolean}
674 */
675function isFunction$1(value) {
676 return typeof value === 'function';
677}
678
679/**
680 * @memberOf module:zrender/core/util

Callers 6

animateToFunction · 0.70
setLabelStyleFunction · 0.70
echarts.simple.jsFile · 0.70
visualSymbolFunction · 0.70
makeCategoryTicksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected