Your IP : 216.73.216.79


Current Path : /var/www/html/learn/node_modules/@babel/runtime/helpers/
Upload File :
Current File : /var/www/html/learn/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js

function _skipFirstGeneratorNext(fn) {
  return function () {
    var it = fn.apply(this, arguments);
    it.next();
    return it;
  };
}

module.exports = _skipFirstGeneratorNext;