blob: dda6e04d273016597de054ee02e13b731b25d86c [file] [log] [blame]
module.exports = function (it) {
return typeof it === 'object' ? it !== null : typeof it === 'function';
};