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.
13 lines
507 B
13 lines
507 B
4 weeks ago
|
import toPropertyKey from "./toPropertyKey.js";
|
||
|
function _defineProperties(e, r) {
|
||
|
for (var t = 0; t < r.length; t++) {
|
||
|
var o = r[t];
|
||
|
o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
|
||
|
}
|
||
|
}
|
||
|
function _createClass(e, r, t) {
|
||
|
return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
|
||
|
writable: !1
|
||
|
}), e;
|
||
|
}
|
||
|
export { _createClass as default };
|