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

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

The newest version!
function _newArrowCheck(n, r) {
  if (n !== r) throw new TypeError("Cannot instantiate an arrow function");
}
export { _newArrowCheck as default };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy