var Foo = /*#__PURE__*/function () { "use strict"; function Foo() { babelHelpers.classCallCheck(this, Foo); } var _proto = Foo.prototype; _proto["bar"] = function bar() {}; return Foo; }();