katoikia-app/web-ui/web-react/node_modules/babel-runtime/helpers/newArrowCheck.js

9 lines
199 B
JavaScript
Raw Normal View History

2022-07-06 04:15:11 +00:00
"use strict";
exports.__esModule = true;
exports.default = function (innerThis, boundThis) {
if (innerThis !== boundThis) {
throw new TypeError("Cannot instantiate an arrow function");
}
};