ffa617d2a1298a2ca8461dffa5fe7ba677eb46718401a7f03c3318b3a0de9db669dcb673953a7e971e18a4ea3dd29b488cc1251b39dd84de49706b960f69d2 410 B

12345678910111213141516171819
  1. # @babel/plugin-transform-regenerator
  2. > Explode async and generator functions into a state machine.
  3. See our website [@babel/plugin-transform-regenerator](https://babeljs.io/docs/babel-plugin-transform-regenerator) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-transform-regenerator
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-transform-regenerator --dev
  12. ```