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