MCPcopy
hub / github.com/shelljs/shelljs / isObject

Function isObject

src/common.js:60–62  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

58
59// Reliably test if something is any sort of javascript object
60function isObject(a) {
61 return typeof a === 'object' && a !== null;
62}
63exports.isObject = isObject;
64
65function log() {

Callers 3

errorFunction · 0.85
parseOptionsFunction · 0.85
wrapFunction · 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…