UNPKG

core-js

Version:
5 lines 208 B
// indexed object, fallback for non-array-like ES3 strings var cof = require('./$.cof'); module.exports = 0 in Object('z') ? Object : function(it){ return cof(it) == 'String' ? it.split('') : Object(it); };