Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
exports.default = function(x) {
console.log('Calling isObject 1.0.0');
return x != null && typeof x === 'object' && !isArray(x);
};
});
exports.default = function(x) {
console.log('Calling isObject 1.0.0');
return x != null && typeof x === 'object' && !isArray(x);
};
});