hz-zhhq-app/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js

7 lines
213 B
JavaScript
Raw Normal View History

2025-01-22 10:53:47 +08:00
import AsyncGenerator from "./AsyncGenerator.js";
function _wrapAsyncGenerator(r) {
return function () {
return new AsyncGenerator(r.apply(this, arguments));
};
}
export { _wrapAsyncGenerator as default };