13 lines
303 B
JavaScript
13 lines
303 B
JavaScript
var Test =
|
|
/*#__PURE__*/
|
|
function (_Foo) {
|
|
babelHelpers.inherits(Test, _Foo);
|
|
|
|
function Test() {
|
|
babelHelpers.classCallCheck(this, Test);
|
|
return babelHelpers.possibleConstructorReturn(this, (Test.__proto__ || Object.getPrototypeOf(Test)).apply(this, arguments));
|
|
}
|
|
|
|
return Test;
|
|
}(Foo);
|