You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
286 B

3 months ago
  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 };