File "inheritsLoose.js"
Full Path: /var/www/html/gitep_front/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
File size: 216 bytes
MIME-type: text/x-java
Charset: utf-8
import setPrototypeOf from "./setPrototypeOf.js";
function _inheritsLoose(t, o) {
t.prototype = Object.create(o.prototype), t.prototype.constructor = t, setPrototypeOf(t, o);
}
export { _inheritsLoose as default };