blob: b85dc1576f94583b9b55793a3eb294f778f66367 [file] [log] [blame]
export default function _isObject(x) {
return Object.prototype.toString.call(x) === '[object Object]';
}