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

19 lines
432 B
Text

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