UNPKG

core-js

Version:
4 lines 147 B
// http://jsperf.com/core-js-isobject module.exports = function(it){ return it !== null && (typeof it == 'object' || typeof it == 'function'); };