Sha256: 55eea25a809701df698ba89c5b193bdc7ac11e93f0f747a42efb6864efd66e57
Contents?: true
Size: 429 Bytes
Versions: 62
Compression:
Stored size: 429 Bytes
Contents
/* */ var cof = require('./$.cof'), TAG = require('./$.wks')('toStringTag'), ARG = cof(function() { return arguments; }()) == 'Arguments'; module.exports = function(it) { var O, T, B; return it === undefined ? 'Undefined' : it === null ? 'Null' : typeof(T = (O = Object(it))[TAG]) == 'string' ? T : ARG ? cof(O) : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B; };
Version data entries
62 entries across 31 versions & 1 rubygems