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

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

Fix frontend appearance

  • Property mode set to 100644
File size: 276 bytes
Line 
1import regeneratorAsyncGen from "./regeneratorAsyncGen.js";
2function _regeneratorAsync(n, e, r, t, o) {
3 var a = regeneratorAsyncGen(n, e, r, t, o);
4 return a.next().then(function (n) {
5 return n.done ? n.value : a.next();
6 });
7}
8export { _regeneratorAsync as default };
Note: See TracBrowser for help on using the repository browser.