UNPKG

@tunnel-cast/nestjs

Version:

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

4 lines (3 loc) 187 B
import { Type } from "@nestjs/common"; import { CastModuleOptions } from "../interfaces"; export declare function castValue<T>(value: any, model: Type<T>, options: CastModuleOptions): T;