Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/adaltas/node-csv
/ is_object
Function
is_object
packages/csv-stringify/lib/utils/is_object.js:1–3 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
1
const
is_object =
function
(obj) {
2
return
typeof obj ===
"object"
&& obj !== null && !Array.isArray(obj);
3
};
4
5
export
{ is_object };
Callers
2
stringify
Function · 0.90
stringifier
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected