Urara-Blog/node_modules/.pnpm-store/v3/files/d4/6990523f794b6379739b9b80049642129d18d2e03a70a9381ad80b912c9a5e5a346ecfbb540a67c6b3a2c267754093c3983fcb1d340501464254e91b1688c6
2022-08-14 01:14:53 +08:00

7 lines
No EOL
263 B
Text

function _newArrowCheck(innerThis, boundThis) {
if (innerThis !== boundThis) {
throw new TypeError("Cannot instantiate an arrow function");
}
}
module.exports = _newArrowCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;