6739dee439646f07b5d59dbc2ba30198355846b2556902c9fdf0fc737f1acca36b22872c96b40ce14fe89ce00abe08586bda07b3a4bd61020e14521ade4455 454 B

12345678910111213141516171819
  1. # @babel/helper-create-class-features-plugin
  2. > Compile class public and private fields, private methods and decorators to ES6
  3. See our website [@babel/helper-create-class-features-plugin](https://babeljs.io/docs/babel-helper-create-class-features-plugin) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save @babel/helper-create-class-features-plugin
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/helper-create-class-features-plugin
  12. ```