63d6d8f30cff375916d4a65861ce568f8ad46256
[yaffs-website] / classCallCheck.js
1 "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 };