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

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

The newest version!
module.exports = function (it, Constructor, name, forbiddenField) {
  if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {
    throw TypeError(name + ': incorrect invocation!');
  } return it;
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy