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

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

The newest version!
var isObject = require('./_is-object');
module.exports = function (it) {
  if (!isObject(it)) throw TypeError(it + ' is not an object!');
  return it;
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy