19 lines
402 B
JavaScript

var A = function A() {
babelHelpers.classCallCheck(this, A);
};
var B =
/*#__PURE__*/
function (_A) {
babelHelpers.inherits(B, _A);
function B() {
var _this;
babelHelpers.classCallCheck(this, B);
return babelHelpers.possibleConstructorReturn(_this, _this = babelHelpers.possibleConstructorReturn(this, (B.__proto__ || Object.getPrototypeOf(B)).call(this)));
}
return B;
}(A);