blob: 2f1738a3d6f611d10e63321e785bb07aa4dbf239 [file] [log] [blame]
export default function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}