function isArray(obj) { return obj && obj.constructor === 'Array'; } module.exports.isArray = isArray;