travel/admin/node_modules/@babel/plugin-transform-async-gene...
yaosen 242417d45d init... 2024-06-24 11:28:18 +08:00
..
lib init... 2024-06-24 11:28:18 +08:00
LICENSE init... 2024-06-24 11:28:18 +08:00
README.md init... 2024-06-24 11:28:18 +08:00
package.json init... 2024-06-24 11:28:18 +08:00
tsconfig.json init... 2024-06-24 11:28:18 +08:00
tsconfig.tsbuildinfo init... 2024-06-24 11:28:18 +08:00

README.md

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

Turn async generator functions into ES2015 generators

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

Install

Using npm:

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

or using yarn:

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