MCPcopy Index your code
hub / github.com/TruthHun/BookStack / isPrimitive

Function isPrimitive

static/vuejs/vue.runtime.esm.js:74–76  ·  view source on GitHub ↗

* Check if value is primitive

(value)

Source from the content-addressed store, hash-verified

72 * Check if value is primitive
73 */
74function isPrimitive (value) {
75 return typeof value === 'string' || typeof value === 'number'
76}
77
78/**
79 * Create a cached version of a pure function.

Callers 5

normalizeChildrenFunction · 0.70
normalizeArrayChildrenFunction · 0.70
createElementFunction · 0.70
createChildrenFunction · 0.70
vue.runtime.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected