aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md')
-rw-r--r--node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md b/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md
new file mode 100644
index 0000000..f91e811
--- /dev/null
+++ b/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md
@@ -0,0 +1,19 @@
+# @babel/plugin-syntax-nullish-coalescing-operator
+
+> Allow parsing of the nullish-coalescing operator
+
+See our website [@babel/plugin-syntax-nullish-coalescing-operator](https://babeljs.io/docs/en/next/babel-plugin-syntax-nullish-coalescing-operator.html) for more information.
+
+## Install
+
+Using npm:
+
+```sh
+npm install --save-dev @babel/plugin-syntax-nullish-coalescing-operator
+```
+
+or using yarn:
+
+```sh
+yarn add @babel/plugin-syntax-nullish-coalescing-operator --dev
+```