df8b914b50692f247f23f0e7cfb15d2fb4f0e520b2cd7c8d84853cf4e2a2f5534245144bd3fec704db9903da012d3ff39880a30479b22e081c78ce4956627a 358 B

12345678910111213141516171819
  1. # @babel/plugin-syntax-decorators
  2. > Allow parsing of decorators
  3. See our website [@babel/plugin-syntax-decorators](https://babeljs.io/docs/babel-plugin-syntax-decorators) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-syntax-decorators
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-syntax-decorators --dev
  12. ```