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/classStaticPrivateMethodGet.js')
-rw-r--r--assets/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/assets/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js b/assets/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js
deleted file mode 100644
index f9b0d00..0000000
--- a/assets/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js
+++ /dev/null
@@ -1,9 +0,0 @@
-function _classStaticPrivateMethodGet(receiver, classConstructor, method) {
- if (receiver !== classConstructor) {
- throw new TypeError("Private static access of wrong provenance");
- }
-
- return method;
-}
-
-module.exports = _classStaticPrivateMethodGet; \ No newline at end of file