/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/inheritsLoose
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);
}