UNPKG

@divstake-nestjs/validators-registry

Version:

NestJS Validators registry Module for Lido Finance projects. Part of [DivStake NestJS Modules](https://github.com/skaibaLab/divstake-nestjs-modules/#readme)

3 lines (2 loc) 103 B
import { Epoch, Slot } from '../types'; export declare const calcEpochBySlot: (slot: Slot) => Epoch;