persona-community-5/.pnpm-store/v3/files/13/3f0caf8e2606cad0e33545bc000f6c79d19bc5be32b8181a1086d97de2923e8028bc4ee505a530fc911c182aa27b085223a0a59e2a60ab197a24beb940becd
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

16 lines
314 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _skipFirstGeneratorNext;
function _skipFirstGeneratorNext(fn) {
return function () {
var it = fn.apply(this, arguments);
it.next();
return it;
};
}
//# sourceMappingURL=skipFirstGeneratorNext.js.map