6 lines
114 B
JavaScript

var Foo = function Foo() {
babelHelpers.classCallCheck(this, Foo);
Object.getPrototypeOf(Foo).call(this);
};