MCPcopy 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

1const is_object = function (obj) {
2 return typeof obj === "object" && obj !== null && !Array.isArray(obj);
3};
4
5export { is_object };

Callers 2

stringifyFunction · 0.90
stringifierFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected