MCPcopy Index your code
hub / github.com/plotly/dash / typeName

Function typeName

dash/deps/react@18.2.0.js:445–452  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

443 */
444 // $FlowFixMe only called in DEV, so void return is not possible.
445 function typeName(value) {
446 {
447 // toStringTag is needed for namespaced types like Temporal.Instant
448 var hasToStringTag = typeof Symbol === 'function' && Symbol.toStringTag;
449 var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || 'Object';
450 return type;
451 }
452 } // $FlowFixMe only called in DEV, so void return is not possible.
453
454
455 function willCoercionThrow(value) {

Callers 1

checkKeyStringCoercionFunction · 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…