HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/@babel/runtime-corejs3/helpers/esm/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/@babel/runtime-corejs3/helpers/esm/inheritsLoose.js
import _Object$create from "@babel/runtime-corejs3/core-js/object/create";
import setPrototypeOf from "./setPrototypeOf.js";
export default function _inheritsLoose(subClass, superClass) {
  subClass.prototype = _Object$create(superClass.prototype);
  subClass.prototype.constructor = subClass;
  setPrototypeOf(subClass, superClass);
}