Urara-Blog/node_modules/.pnpm-store/v3/files/71/1c00d2e23b12db679ae573f883ebd79e255eaf4179e7e8134235cfb0f617c02ebef47450d74ec1b70eb6eea79dcb5dfedff11474187f6fd95a4e6230d03fdd
2022-08-14 01:14:53 +08:00

19 lines
444 B
Text

# @babel/plugin-syntax-optional-catch-binding
> Allow parsing of optional catch bindings
See our website [@babel/plugin-syntax-optional-catch-binding](https://babeljs.io/docs/en/next/babel-plugin-syntax-optional-catch-binding.html) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-syntax-optional-catch-binding
```
or using yarn:
```sh
yarn add @babel/plugin-syntax-optional-catch-binding --dev
```