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