aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/helper-environment-visitor/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@babel/helper-environment-visitor/README.md')
-rw-r--r--node_modules/@babel/helper-environment-visitor/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/node_modules/@babel/helper-environment-visitor/README.md b/node_modules/@babel/helper-environment-visitor/README.md
new file mode 100644
index 0000000..ec74ac3
--- /dev/null
+++ b/node_modules/@babel/helper-environment-visitor/README.md
@@ -0,0 +1,19 @@
+# @babel/helper-environment-visitor
+
+> Helper visitor to only visit nodes in the current 'this' context
+
+See our website [@babel/helper-environment-visitor](https://babeljs.io/docs/en/babel-helper-environment-visitor) for more information.
+
+## Install
+
+Using npm:
+
+```sh
+npm install --save-dev @babel/helper-environment-visitor
+```
+
+or using yarn:
+
+```sh
+yarn add @babel/helper-environment-visitor --dev
+```