UNPKG

csv-parse

Version:

CSV parsing implementing the Node.js `stream.Transform` API

6 lines (4 loc) 134 B
const is_object = function (obj) { return typeof obj === "object" && obj !== null && !Array.isArray(obj); }; export { is_object };