MCPcopy Create free account
hub / github.com/Lobos/react-ui / isNestedObject

Function isNestedObject

docs/lib/ReactRouter.js:895–899  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

893 var defaultParseQueryString = _queryString.parse;
894
895 function isNestedObject(object) {
896 for (var p in object) {
897 if (object.hasOwnProperty(p) && typeof object[p] === 'object' && !Array.isArray(object[p]) && object[p] !== null) return true;
898 }return false;
899 }
900
901 /**
902 * Returns a new createHistory function that may be used to create

Callers 1

appendQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…