main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
489 bytes
|
Line | |
---|
1 | import classApplyDescriptorDestructureSet from "./classApplyDescriptorDestructureSet.js";
|
---|
2 | import assertClassBrand from "./assertClassBrand.js";
|
---|
3 | import classCheckPrivateStaticFieldDescriptor from "./classCheckPrivateStaticFieldDescriptor.js";
|
---|
4 | function _classStaticPrivateFieldDestructureSet(t, r, s) {
|
---|
5 | return assertClassBrand(r, t), classCheckPrivateStaticFieldDescriptor(s, "set"), classApplyDescriptorDestructureSet(t, s);
|
---|
6 | }
|
---|
7 | export { _classStaticPrivateFieldDestructureSet as default }; |
---|
Note:
See
TracBrowser
for help on using the repository browser.