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