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

18 lines
304 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
});
({
x,
...babelHelpers.classPrivateFieldDestructureSet(this, _client).value
} = props);
};