main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
286 bytes
|
Rev | Line | |
---|
[d565449] | 1 | import toPropertyKey from "./toPropertyKey.js";
|
---|
| 2 | function _defineProperty(e, r, t) {
|
---|
| 3 | return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
---|
| 4 | value: t,
|
---|
| 5 | enumerable: !0,
|
---|
| 6 | configurable: !0,
|
---|
| 7 | writable: !0
|
---|
| 8 | }) : e[r] = t, e;
|
---|
| 9 | }
|
---|
| 10 | export { _defineProperty as default }; |
---|
Note:
See
TracBrowser
for help on using the repository browser.