2021-04-28 18:25:17 +02:00

15 lines
288 B
JavaScript

var _client = /*#__PURE__*/new WeakMap();
var Foo = function Foo(props) {
"use strict";
babelHelpers.classCallCheck(this, Foo);
_client.set(this, {
writable: true,
value: void 0
});
[babelHelpers.classPrivateFieldDestructureSet(this, _client).value = 5] = props;
};