bdd10f50ac1d3e27c2938190de9666353b2eccda6d66b39891b0e8d6c0d28cf95256bec10c96c7b0de6b161b8b783bdbb415488252162f03a9507f0e653d6b 110 B

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