UNPKG

@tunnel-cast/nestjs

Version:

## About This is a Tunnel-Cast - NestJS integration package, wrap the `cast` application into the `NestJS` building blocks.

3 lines (2 loc) 168 B
import { PipeTransform, Type } from "@nestjs/common"; export declare function CastPipeFactory<Result>(model?: Type<Result> | string): Type<PipeTransform<any, Result>>;