Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js')
-rw-r--r--assets/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js b/assets/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
new file mode 100644
index 0000000..5abafe3
--- /dev/null
+++ b/assets/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
@@ -0,0 +1,6 @@
+export default function _getPrototypeOf(o) {
+ _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
+ return o.__proto__ || Object.getPrototypeOf(o);
+ };
+ return _getPrototypeOf(o);
+} \ No newline at end of file