botbook/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

4 lines
No EOL
147 B
JavaScript

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