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

Function isPlainObject

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

Source from the content-addressed store, hash-verified

168var toString = Object.prototype.toString;
169var OBJECT_STRING = '[object Object]';
170function isPlainObject (obj) {
171 return toString.call(obj) === OBJECT_STRING
172}
173
174/**
175 * 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