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

Function isPlainObject

static/vuejs/vue.js:176–178  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

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

Callers 11

observeFunction · 0.70
mergeDataFunction · 0.70
normalizePropsFunction · 0.70
assertTypeFunction · 0.70
initDataFunction · 0.70
createWatcherFunction · 0.70
initAssetRegistersFunction · 0.70
mammoth.browser.jsFile · 0.50
XMLDocumentCBFunction · 0.50
XMLDocumentCBFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected