Files
add-and-commit/node_modules/babel-runtime/helpers/newArrowCheck.js
Federico Grandi a88246a48b Commit modules
2019-12-14 23:17:51 +01:00

9 lines
199 B
JavaScript

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