Sha256: 12986c9b7778f3ff47cc0d87917085d9bf754dc7340079499da60af11a3102b7
Contents?: true
Size: 147 Bytes
Versions: 62
Compression:
Stored size: 147 Bytes
Contents
// http://jsperf.com/core-js-isobject module.exports = function(it){ return it !== null && (typeof it == 'object' || typeof it == 'function'); };
Version data entries
62 entries across 31 versions & 1 rubygems