Projekt

Obecné

Profil

Stáhnout (199 Bajtů) Statistiky
| Větev: | Revize:
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
};
(47-47/73)