MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / isObject

Function isObject

compatible-shell/src/tools.mjs:405–407  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

403}
404
405function isObject(value) {
406 return typeof value === 'object' && value !== null && !Array.isArray(value)
407}

Callers 1

executeToolCallsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected