blob: c15ee5c3b2a97327e0940c356b87b09a2bca9136 [file] [log] [blame]
"use strict";
exports.__esModule = true;
exports.default = function (innerThis, boundThis) {
if (innerThis !== boundThis) {
throw new TypeError("Cannot instantiate an arrow function");
}
};