init
This commit is contained in:
10
wx05cb767e6530b48f/@babel/runtime/helpers/defineProperty.js
Normal file
10
wx05cb767e6530b48f/@babel/runtime/helpers/defineProperty.js
Normal file
@@ -0,0 +1,10 @@
|
||||
function _defineProperty(e, r, n) {
|
||||
return r in e ? Object.defineProperty(e, r, {
|
||||
value: n,
|
||||
enumerable: !0,
|
||||
configurable: !0,
|
||||
writable: !0
|
||||
}) : e[r] = n, e;
|
||||
}
|
||||
|
||||
module.exports = _defineProperty;
|
||||
Reference in New Issue
Block a user