Your IP : 216.73.216.79


Current Path : /var/www/html/maiwp.bak/node_modules/@babel/runtime/helpers/
Upload File :
Current File : /var/www/html/maiwp.bak/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;