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) 276 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var di = require('@catalist-nestjs/di'); const ValidatorsRegistryInterface = di.createInterface('ValidatorsRegistryInterface'); exports.ValidatorsRegistryInterface = ValidatorsRegistryInterface;