Sha256: 1ef113a79a74ccc06387ec2f8f14a687be564b63d63d3d1c4421317f24cc4022
Contents?: true
Size: 237 Bytes
Versions: 34
Compression:
Stored size: 237 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
34 entries across 17 versions & 7 rubygems