source: frontend/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 288 bytes
Line 
1import regenerator from "./regenerator.js";
2import regeneratorAsyncIterator from "./regeneratorAsyncIterator.js";
3function _regeneratorAsyncGen(r, e, t, o, n) {
4 return new regeneratorAsyncIterator(regenerator().w(r, e, t, o), n || Promise);
5}
6export { _regeneratorAsyncGen as default };
Note: See TracBrowser for help on using the repository browser.