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)

10 lines (5 loc) 276 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var di = require('@divstake-nestjs/di'); const ValidatorsRegistryInterface = di.createInterface('ValidatorsRegistryInterface'); exports.ValidatorsRegistryInterface = ValidatorsRegistryInterface;