Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/adaltas/node-csv
/ is_object
Function
is_object
packages/csv-parse/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
3
parse
Function · 0.90
normalize_options
Function · 0.90
normalize_columns_array
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected