UNPKG

@ka1do/kit

Version:
5 lines (4 loc) 120 B
function _isObject(x) { return Object.prototype.toString.call(x) === '[object Object]'; } module.exports = _isObject;