MyToolKit / ui /node_modules /@babel /runtime /helpers /newArrowCheck.js
Aero-Ex's picture
Add files using upload-large-folder tool
00150c8 verified
Raw
History Blame Contribute Delete
220 Bytes
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;