tree: 6d83fbd3ef96ad215012173985046bc7aedf858e [path history] [tgz]
  1. lib/
  2. LICENSE
  3. package.json
  4. README.md
node_modules/@babel/plugin-proposal-async-generator-functions/README.md

@babel/plugin-proposal-async-generator-functions

Turn async generator functions into ES2015 generators

See our website @babel/plugin-proposal-async-generator-functions for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-proposal-async-generator-functions

or using yarn:

yarn add @babel/plugin-proposal-async-generator-functions --dev