UNPKG

@teamhive/nestjs-common

Version:

Our common decorators, services, etc for NestJS projects

5 lines (4 loc) 176 B
import { PipeTransform } from '@nestjs/common'; export declare class IdentityValidationPipe implements PipeTransform<string> { transform(value: string): Promise<string>; }