Sha256: e10d7f43d10a06dd24e654b79998f263fe0feeb7afbad2c60545ee00e40fbcbf
Contents?: true
Size: 236 Bytes
Versions: 320
Compression:
Stored size: 236 Bytes
Contents
// fallback for non-array-like ES3 and non-enumerable old V8 strings var cof = require('./_cof'); module.exports = Object('z').propertyIsEnumerable(0) ? Object : function(it){ return cof(it) == 'String' ? it.split('') : Object(it); };
Version data entries
320 entries across 8 versions & 3 rubygems