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

7 lines
213 B
JavaScript

import AsyncGenerator from "./AsyncGenerator.js";
function _wrapAsyncGenerator(r) {
return function () {
return new AsyncGenerator(r.apply(this, arguments));
};
}
export { _wrapAsyncGenerator as default };