UNPKG

@tunnel-cast/tunnel-cast

Version:

<br>

3 lines (2 loc) 207 B
import { CastResult } from "../../models/interfaces/cast-result"; export declare function castOrReject<T = any>(model: new (...args: any[]) => T, target: any, options?: any): CastResult<T>["resolvedValue"];