feat:node-modules
This commit is contained in:
5
node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
generated
vendored
Normal file
5
node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
generated
vendored
Normal 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