0e65f010583f2429c8802ba98ae30560ef156430d662c58a4f8cb8a75ca01004cbf948811ff2225dbcec0bf0908edf49453132be66cf9f7f028b748e607e9f 176 B

1234567
  1. function _skipFirstGeneratorNext(t) {
  2. return function () {
  3. var r = t.apply(this, arguments);
  4. return r.next(), r;
  5. };
  6. }
  7. export { _skipFirstGeneratorNext as default };