智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LightingSystemApp-serial/.svn/pristine/c0/c0a1b851da9026b427aca0a7b69...

20 lines
396 B

3 years ago
# @babel/plugin-proposal-decorators
> Compile class and object decorators to ES5
See our website [@babel/plugin-proposal-decorators](https://babeljs.io/docs/en/next/babel-plugin-proposal-decorators.html) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-proposal-decorators
```
or using yarn:
```sh
yarn add @babel/plugin-proposal-decorators --dev
```