Your IP : 216.73.216.79


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

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