%PDF- %PDF-
| Direktori : /www/specpages-backup/node_modules/@babel/runtime/helpers/esm/ |
| Current File : /www/specpages-backup/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js |
import setPrototypeOf from "./setPrototypeOf.js";
export default function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass;
setPrototypeOf(subClass, superClass);
}