市场夺宝奇兵
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
464 B

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _superPropSet;
var _set = require("./set.js");
var _getPrototypeOf = require("./getPrototypeOf.js");
function _superPropSet(classArg, property, value, receiver, isStrict, prototype) {
return (0, _set.default)((0, _getPrototypeOf.default)(prototype ? classArg.prototype : classArg), property, value, receiver, isStrict);
}
//# sourceMappingURL=superPropSet.js.map