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

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

The newest version!
// 7.1.13 ToObject(argument)
var defined = require('./_defined');
module.exports = function (it) {
  return Object(defined(it));
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy