1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js

5 lines
204 B
JavaScript

export default function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
}