init
This commit is contained in:
5
mc_test/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
generated
vendored
Executable file
5
mc_test/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
generated
vendored
Executable file
@ -0,0 +1,5 @@
|
||||
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 };
|
||||
Reference in New Issue
Block a user