Urara-Blog/node_modules/.pnpm-store/v3/files/d8/8d852dad0b96ae571131ce2d3dfe6a51030b6e75f7677169c6de3b7a007d57532ef52e862ce27e05de2ab331aef2a1bd1180feb97a987189afacad5589426a
2022-08-14 01:14:53 +08:00

19 lines
457 B
Text

# @babel/helper-create-class-features-plugin
> Compile class public and private fields, private methods and decorators to ES6
See our website [@babel/helper-create-class-features-plugin](https://babeljs.io/docs/en/babel-helper-create-class-features-plugin) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-create-class-features-plugin
```
or using yarn:
```sh
yarn add @babel/helper-create-class-features-plugin
```