Urara-Blog/node_modules/.pnpm-store/v3/files/61/c0ed29d18a4930f153717dcd2bfe1c6d2536401ac59b648c8727725eb8a9fdd2de72b0879cb747c4ca0f2ac2276f4e93dab4ef234798a8513f89038bdc34bf
2022-08-14 01:14:53 +08:00

19 lines
472 B
Text

# @babel/plugin-proposal-async-generator-functions
> Turn async generator functions into ES2015 generators
See our website [@babel/plugin-proposal-async-generator-functions](https://babeljs.io/docs/en/babel-plugin-proposal-async-generator-functions) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-proposal-async-generator-functions
```
or using yarn:
```sh
yarn add @babel/plugin-proposal-async-generator-functions --dev
```