%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/superagent/lib/ |
| Current File : /home/opti/workflow/node_modules/superagent/lib/is-object.js |
'use strict';
/**
* Check if `obj` is an object.
*
* @param {Object} obj
* @return {Boolean}
* @api private
*/
function isObject(obj) {
return null !== obj && 'object' === typeof obj;
}
module.exports = isObject;