astro-ghostcms/.pnpm-store/v3/files/65/21ae844ee204b4127de7ce33f7d...

7 lines
153 B
Plaintext

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