Urara-Blog/node_modules/.pnpm-store/v3/files/7a/63aa57e8c044c7900bc4521a1452ff599f3e41392062d7247c77a58f1fb52254f2b4a9bcaa0df9fad72eac7799e149d92aa560644a2086f037c01cc0918d25
2022-08-14 01:14:53 +08:00

19 lines
477 B
Text

# @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
```