10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
var Foo = (function (_Bar) {
|
|
babelHelpers.inherits(Foo, _Bar);
|
|
|
|
function Foo() {
|
|
babelHelpers.classCallCheck(this, Foo);
|
|
}
|
|
|
|
return Foo;
|
|
})(Bar);
|