UNPKG

csv-parse

Version:

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

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