Urara-Blog/node_modules/.pnpm-store/v3/files/28/4468c8735a51f1f29be0eb7b869fa7212977eb33f1422cbd6e5546d7ccf27db30e673cf0b3206f33d4a528ab25ef4f4b445771e17e80b6c3fa60bcc1b35693
2022-08-14 01:14:53 +08:00

19 lines
413 B
Text

# @babel/helper-remap-async-to-generator
> Helper function to remap async functions to generators
See our website [@babel/helper-remap-async-to-generator](https://babeljs.io/docs/en/babel-helper-remap-async-to-generator) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-remap-async-to-generator
```
or using yarn:
```sh
yarn add @babel/helper-remap-async-to-generator
```