MCPcopy
hub / github.com/tdewolff/minify / isFunction

Function isFunction

_benchmarks/sample_echarts.js:477–479  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

475 return objToString.call(value) === '[object Array]';
476 }
477 function isFunction(value) {
478 return typeof value === 'function';
479 }
480 function isString(value) {
481 return typeof value === 'string';
482 }

Callers 9

sample_echarts.jsFile · 0.70
getLabelTextFunction · 0.70
useFunction · 0.70
createListFromArrayFunction · 0.70
makeCategoryTicksFunction · 0.70
prepareBoxplotDataFunction · 0.70
getValueLabelFunction · 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…