15 lines
290 B
JavaScript
15 lines
290 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;
|
|
};
|