c253de6da62cdc636d10c00751afe4b69cb83bed0f97e2896f4035824f0151cae008757f4cf806b20f4e12feb6b7cd3f33b7eeb170766613e864c447be34aa 799 B

1234567891011121314151617181920212223
  1. # @babel/plugin-proposal-private-property-in-object
  2. > ⚠️ This version of the package (`v7.21.0-placeholder-for-preset-env.1`) is not meant to
  3. > be imported. Use any other version of this plugin or, even better, the
  4. > [@babel/plugin-transform-private-property-in-object](https://babeljs.io/docs/en/babel-plugin-transform-private-property-in-object) package.
  5. > This plugin transforms checks for a private property in an object
  6. See our website [@babel/plugin-proposal-private-property-in-object](https://babeljs.io/docs/en/babel-plugin-proposal-private-property-in-object) for more information.
  7. ## Install
  8. Using npm:
  9. ```sh
  10. npm install --save-dev @babel/plugin-proposal-private-property-in-object
  11. ```
  12. or using yarn:
  13. ```sh
  14. yarn add @babel/plugin-proposal-private-property-in-object --dev
  15. ```