UNPKG

110 BJavaScriptView Raw
1module.exports = function (it) {
2 return typeof it === 'object' ? it !== null : typeof it === 'function';
3};