/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/inheritsLoose
NameSizeModeActions
index.js3780644editdlrm
_index.mjs2770644editdlrm
Edit: /var/www/cobraambalaj/node_modules/@babel/runtime/helpers/inheritsLoose/_index.mjs (277B)
import setPrototypeOf from "@babel/runtime/helpers/setPrototypeOf"; export default function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; setPrototypeOf(subClass, superClass); }