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.
10 lines
286 B
10 lines
286 B
4 weeks ago
|
import toPropertyKey from "./toPropertyKey.js";
|
||
|
function _defineProperty(e, r, t) {
|
||
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
||
|
value: t,
|
||
|
enumerable: !0,
|
||
|
configurable: !0,
|
||
|
writable: !0
|
||
|
}) : e[r] = t, e;
|
||
|
}
|
||
|
export { _defineProperty as default };
|