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

Function isStringSafe

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

Source from the content-addressed store, hash-verified

481 return typeof value === 'string';
482 }
483 function isStringSafe(value) {
484 return objToString.call(value) === '[object String]';
485 }
486 function isNumber(value) {
487 return typeof value === 'number';
488 }

Callers 3

convertOptionIdNameFunction · 0.85
isValidIdOrNameFunction · 0.85
makeValueReadableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…