var isObject = function (data) { return typeof data === 'object'; } module.exports = { isObject: isObject }