1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@babel/helper-remap-async-to-gener.../README.md

20 lines
410 B
Markdown
Raw Normal View History

2023-12-18 13:12:25 +08:00
# @babel/helper-remap-async-to-generator
> Helper function to remap async functions to generators
2024-01-16 21:26:16 +08:00
See our website [@babel/helper-remap-async-to-generator](https://babeljs.io/docs/babel-helper-remap-async-to-generator) for more information.
2023-12-18 13:12:25 +08:00
## Install
Using npm:
```sh
2024-01-16 21:26:16 +08:00
npm install --save @babel/helper-remap-async-to-generator
2023-12-18 13:12:25 +08:00
```
or using yarn:
```sh
2024-01-16 21:26:16 +08:00
yarn add @babel/helper-remap-async-to-generator
2023-12-18 13:12:25 +08:00
```