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