12 lines
198 B
JavaScript
12 lines
198 B
JavaScript
var Test = /*#__PURE__*/function (_Foo) {
|
|
"use strict";
|
|
|
|
babelHelpers.inheritsLoose(Test, _Foo);
|
|
|
|
function Test() {
|
|
return _Foo.apply(this, arguments) || this;
|
|
}
|
|
|
|
return Test;
|
|
}(Foo);
|