persona-community-5/.pnpm-store/v3/files/3e/a36b8e88a0b2ebc35e7596b9678ee3594a3a571edb29034e8bff6916cf8a3d9d1052c50877a40e312a3d5e8d27dc10ca128fd705d88f3fa501c2100a330501
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

33 lines
842 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _regeneratorValues;
function _regeneratorValues(iterable) {
if (iterable != null) {
var iteratorMethod = iterable[typeof Symbol === "function" && Symbol.iterator || "@@iterator"],
i = 0;
if (iteratorMethod) {
return iteratorMethod.call(iterable);
}
if (typeof iterable.next === "function") {
return iterable;
}
if (!isNaN(iterable.length)) {
return {
next: function () {
if (iterable && i >= iterable.length) iterable = undefined;
return {
value: iterable && iterable[i++],
done: !iterable
};
}
};
}
}
throw new TypeError(typeof iterable + " is not iterable");
}
//# sourceMappingURL=regeneratorValues.js.map