Urara-Blog/node_modules/.pnpm-store/v3/files/11/227f603d8c163fb3739f1a435e0b63c440d0f2bea5883a6e3477b47f1f1dbb5770304459b317f3fab1049f15db33b3482ed3e7bb272d305c742d5aa531bb8c
2022-08-14 01:14:53 +08:00

19 lines
457 B
Text

# @babel/plugin-syntax-private-property-in-object
> Allow parsing of '#foo in obj' brand checks
See our website [@babel/plugin-syntax-private-property-in-object](https://babeljs.io/docs/en/babel-plugin-syntax-private-property-in-object) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-syntax-private-property-in-object
```
or using yarn:
```sh
yarn add @babel/plugin-syntax-private-property-in-object --dev
```