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

Function isObjectNotArray

_benchmarks/sample_echarts.js:91037–91039  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

91035 }
91036
91037 function isObjectNotArray(val) {
91038 return isObject(val) && !isArrayLike(val);
91039 }
91040
91041 var ConditionalExpressionParsed =
91042 /** @class */

Callers 2

parseOptionFunction · 0.85
parseNotOptionFunction · 0.85

Calls 2

isObjectFunction · 0.70
isArrayLikeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…