Backup of database 9 Nov 17
[yaffs-website] / node_modules / babel-runtime / helpers / 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 };