aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/helpers/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@babel/helpers/README.md')
-rw-r--r--node_modules/@babel/helpers/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/node_modules/@babel/helpers/README.md b/node_modules/@babel/helpers/README.md
new file mode 100644
index 0000000..3b79dbf
--- /dev/null
+++ b/node_modules/@babel/helpers/README.md
@@ -0,0 +1,19 @@
+# @babel/helpers
+
+> Collection of helper functions used by Babel transforms.
+
+See our website [@babel/helpers](https://babeljs.io/docs/en/babel-helpers) for more information.
+
+## Install
+
+Using npm:
+
+```sh
+npm install --save-dev @babel/helpers
+```
+
+or using yarn:
+
+```sh
+yarn add @babel/helpers --dev
+```