UNPKG

@catalist-nestjs/validators-registry

Version:

NestJS Validators registry Module for Catalist Finance projects. Part of [Catalist NestJS Modules](https://github.com/blockarchivelabs/catalist-nestjs-modules/#readme)

10 lines (5 loc) 246 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var index = require('../constants/index.js'); const calcEpochBySlot = (slot) => Math.floor(slot / index.SLOTS_PER_EPOCH); exports.calcEpochBySlot = calcEpochBySlot;