UNPKG

@rafikidota/eidolon

Version:

Sometimes, the best way to solve your own problems is to help someone else.

4 lines (3 loc) 163 B
import { Type } from '@nestjs/common'; import { ValidationPipe } from '@nestjs/common'; export declare const GenericValidationPipe: (DTO: Type) => ValidationPipe;