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

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

Fix frontend appearance

  • Property mode set to 100644
File size: 352 bytes
RevLine 
[9af201e]1var regeneratorAsyncGen = require("./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}
8module.exports = _regeneratorAsync, module.exports.__esModule = true, module.exports["default"] = module.exports;
Note: See TracBrowser for help on using the repository browser.