15 lines
280 B
JavaScript
15 lines
280 B
JavaScript
var Test = /*#__PURE__*/function (_Foo) {
|
|
"use strict";
|
|
|
|
babelHelpers.inherits(Test, _Foo);
|
|
|
|
var _super = babelHelpers.createSuper(Test);
|
|
|
|
function Test() {
|
|
babelHelpers.classCallCheck(this, Test);
|
|
return _super.apply(this, arguments);
|
|
}
|
|
|
|
return Test;
|
|
}(Foo);
|