Urara-Blog/node_modules/.pnpm-store/v3/files/84/8965b6be34f2fcc31f5da5063d552046352be45d3751b60d6f994f79b33e2455b3ed86a623176956e98c71181b3214f3f498ddc6e70c7194e23ab0d0975f3b
2022-08-14 01:14:53 +08:00

19 lines
415 B
Text

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