MCPcopy
hub / github.com/jaweii/Vue-Layout / isObject

Function isObject

src/utils/mergeDeep.js:6–8  ·  view source on GitHub ↗

* Simple object check. * @param item * @returns {boolean}

(item)

Source from the content-addressed store, hash-verified

4 * @returns {boolean}
5 */
6function isObject(item) {
7 return (item && typeof item === 'object' && !Array.isArray(item));
8}
9
10/**
11 * Deep merge two objects.

Callers 1

mergeDeepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected