blob: 8be138626918a8e2e353680cc243fa389f70be70 [file] [log] [blame]
function _isObject(x) {
return Object.prototype.toString.call(x) === '[object Object]';
}
module.exports = _isObject;