All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.helpers.esm.skipFirstGeneratorNext.js Maven / Gradle / Ivy

The newest version!
function _skipFirstGeneratorNext(t) {
  return function () {
    var r = t.apply(this, arguments);
    return r.next(), r;
  };
}
export { _skipFirstGeneratorNext as default };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy