astro-ghostcms/.pnpm-store/v3/files/23/84e9d4281c4957009f9f53d02d1...

8 lines
258 B
Plaintext

function _skipFirstGeneratorNext(fn) {
return function () {
var it = fn.apply(this, arguments);
it.next();
return it;
};
}
module.exports = _skipFirstGeneratorNext, module.exports.__esModule = true, module.exports["default"] = module.exports;