MCPcopy Index your code
hub / github.com/keepfool/vue-tutorials / isObject

Function isObject

06.Router/basic/js/vue-resource.js:300–302  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

298 }
299
300 function isObject(obj) {
301 return obj !== null && typeof obj === 'object';
302 }
303
304 function isPlainObject(obj) {
305 return isObject(obj) && Object.getPrototypeOf(obj) == Object.prototype;

Callers 5

isPlainObjectFunction · 0.70
eachFunction · 0.70
serializeFunction · 0.70
ClientFunction · 0.70
nextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected