MCPcopy Create free account
hub / github.com/TruthHun/BookStack / isPlainObject

Function isPlainObject

static/vuejs/vue.runtime.common.js:172–174  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

170var toString = Object.prototype.toString;
171var OBJECT_STRING = '[object Object]';
172function isPlainObject (obj) {
173 return toString.call(obj) === OBJECT_STRING
174}
175
176/**
177 * Merge an Array of Objects into a single Object.

Callers 7

observeFunction · 0.70
mergeDataFunction · 0.70
normalizePropsFunction · 0.70
assertTypeFunction · 0.70
initDataFunction · 0.70
createWatcherFunction · 0.70
initAssetRegistersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected