@exromany/lido-csm-sdk
Version:
[](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [](h
9 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.byNextBatchIndex = void 0;
const byNextBatchIndex = (tail) => ({ items }) => {
const nextIndex = items.at(-1)?.nextBatchIndex;
return nextIndex && nextIndex < tail ? nextIndex : undefined;
};
exports.byNextBatchIndex = byNextBatchIndex;
//# sourceMappingURL=next-batch-index.js.map