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

Function isString

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

Source from the content-addressed store, hash-verified

478 return typeof value === 'function';
479 }
480 function isString(value) {
481 return typeof value === 'string';
482 }
483 function isStringSafe(value) {
484 return objToString.call(value) === '[object String]';
485 }

Callers 15

makePrintableFunction · 0.70
preParseFinderFunction · 0.70
sample_echarts.jsFile · 0.70
setTooltipConfigFunction · 0.70
createLocaleObjectFunction · 0.70
addCommasFunction · 0.70
getTooltipMarkerFunction · 0.70
convertToColorStringFunction · 0.70
doGuessOrdinalFunction · 0.70
detectValueFunction · 0.70
parseXMLFunction · 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…