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/instanceof.js')
-rw-r--r--assets/node_modules/@babel/runtime/helpers/instanceof.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/assets/node_modules/@babel/runtime/helpers/instanceof.js b/assets/node_modules/@babel/runtime/helpers/instanceof.js
deleted file mode 100644
index efe134c..0000000
--- a/assets/node_modules/@babel/runtime/helpers/instanceof.js
+++ /dev/null
@@ -1,9 +0,0 @@
-function _instanceof(left, right) {
- if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
- return !!right[Symbol.hasInstance](left);
- } else {
- return left instanceof right;
- }
-}
-
-module.exports = _instanceof; \ No newline at end of file