var Foo = /*#__PURE__*/function () { "use strict"; function Foo() {} var _proto = Foo.prototype; _proto.foo = function foo(props) { ; ({ client: this.client } = props); }; return Foo; }();