summaryrefslogtreecommitdiff
path: root/alarm/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js')
-rw-r--r--alarm/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/alarm/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js b/alarm/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
deleted file mode 100644
index 90bb796..0000000
--- a/alarm/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
+++ /dev/null
@@ -1,6 +0,0 @@
-import setPrototypeOf from "./setPrototypeOf.js";
-export default function _inheritsLoose(subClass, superClass) {
- subClass.prototype = Object.create(superClass.prototype);
- subClass.prototype.constructor = subClass;
- setPrototypeOf(subClass, superClass);
-} \ No newline at end of file