Projekt

Obecné

Profil

Stáhnout (208 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
"use strict";
2
3
exports.__esModule = true;
4
5
exports.default = function (instance, Constructor) {
6
  if (!(instance instanceof Constructor)) {
7
    throw new TypeError("Cannot call a class as a function");
8
  }
9
};