c9b6bab1d360d2e96d0a89ebba6a64c38b746ce0a080301c68501e816565699786bdc4f02259b15f78769dd16766f51c457295b7c6b0516c5c7121caa7d679 474 B

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