MCPcopy Index your code
hub / github.com/dataease/SQLBot / lib_isObject

Function lib_isObject

frontend/public/swagger-ui-bundle.js:39092–39094  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

39090 function cleanArray(s) {
39091 return s.filter((s) => void 0 !== s)
39092 }
39093 function lib_isObject(s) {
39094 return s && 'object' == typeof s
39095 }
39096 function lib_isFunction(s) {
39097 return s && 'function' == typeof s

Callers 3

forEachPrimitiveFunction · 0.85
forEachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected