MCPcopy
hub / github.com/axios/axios / isObject

Function isObject

lib/utils.js:169–169  ·  view source on GitHub ↗
(thing)

Source from the content-addressed store, hash-verified

167 * @returns {boolean} True if value is an Object, otherwise false
168 */
169const isObject = (thing) => thing !== null && typeof thing === 'object';
170
171/**
172 * Determine if a value is a Boolean

Callers 5

isPlainObjectFunction · 0.85
isEmptyObjectFunction · 0.85
isStreamFunction · 0.85
visitFunction · 0.85
isThenableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected