Version 1
[yaffs-website] / node_modules / babel-runtime / helpers / newArrowCheck.js
1 "use strict";
2
3 exports.__esModule = true;
4
5 exports.default = function (innerThis, boundThis) {
6   if (innerThis !== boundThis) {
7     throw new TypeError("Cannot instantiate an arrow function");
8   }
9 };