| Current Path : /var/www/html/dynawebv3.blunetdev.com/node_modules/@babel/runtime/helpers/ |
| Current File : /var/www/html/dynawebv3.blunetdev.com/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js |
var AsyncGenerator = require("./AsyncGenerator");
function _wrapAsyncGenerator(fn) {
return function () {
return new AsyncGenerator(fn.apply(this, arguments));
};
}
module.exports = _wrapAsyncGenerator;