All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.modules._to-iobject.js Maven / Gradle / Ivy

The newest version!
// to indexed object, toObject with fallback for non-array-like ES3 strings
var IObject = require('./_iobject');
var defined = require('./_defined');
module.exports = function (it) {
  return IObject(defined(it));
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy