UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 174 B
import { TypeGuardError } from "../../TypeGuardError"; export declare const functionalAssert: () => { errorFactory: (p: TypeGuardError.IProps) => TypeGuardError<any>; };