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

package.internals.to-indexed-object.js Maven / Gradle / Ivy

The newest version!
'use strict';
// toObject with fallback for non-array-like ES3 strings
var IndexedObject = require('../internals/indexed-object');
var requireObjectCoercible = require('../internals/require-object-coercible');

module.exports = function (it) {
  return IndexedObject(requireObjectCoercible(it));
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy