This commit is contained in:
11
js/@babel/runtime/helpers/defineProperty.js
Normal file
11
js/@babel/runtime/helpers/defineProperty.js
Normal file
@@ -0,0 +1,11 @@
|
||||
var toPropertyKey = require("./toPropertyKey");
|
||||
|
||||
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
|
||||
}
|
||||
module.exports = _defineProperty;
|
||||
Reference in New Issue
Block a user