source:
imaps-frontend/node_modules/@babel/runtime/helpers/esm/superPropSet.js@
0c6b92a
Last change on this file since 0c6b92a was 0c6b92a, checked in by , 5 weeks ago | |
---|---|
|
|
File size: 222 bytes |
Line | |
---|---|
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 }; |
Note:
See TracBrowser
for help on using the repository browser.