Urara-Blog/node_modules/.pnpm-store/v3/files/82/a06f1c5eea214c0a0c1f584272351634257dc874383611e05679a76bb6fd60988c3537434e968e727290206f63cada45f0e8b912419e78b24d790df2727a99
2022-08-14 01:14:53 +08:00

19 lines
435 B
Text

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