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

package.helpers.newArrowCheck.js Maven / Gradle / Ivy

The newest version!
function _newArrowCheck(n, r) {
  if (n !== r) throw new TypeError("Cannot instantiate an arrow function");
}
module.exports = _newArrowCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy