MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / isObject

Function isObject

src/utils.js:238–241  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

236}
237
238export function isObject(value) {
239 const type = typeof value;
240 return value != null && (type === 'object' || type === 'function');
241}
242
243export function toNumber(value) {
244 const type = typeof value;

Callers 4

LabelFunction · 0.90
getColumnClassesFunction · 0.90
toNumberFunction · 0.85
isFunctionFunction · 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…