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.

5 lines
222 B

3 months ago
  1. import set from "./set.js";
  2. import getPrototypeOf from "./getPrototypeOf.js";
  3. function _superPropSet(t, e, o, r, p, f) {
  4. return set(getPrototypeOf(f ? t.prototype : t), e, o, r, p);
  5. }
  6. export { _superPropSet as default };