No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

9 líneas
199 B

  1. "use strict";
  2. exports.__esModule = true;
  3. exports.default = function (innerThis, boundThis) {
  4. if (innerThis !== boundThis) {
  5. throw new TypeError("Cannot instantiate an arrow function");
  6. }
  7. };