UNPKG

typia

Version:

Superfast runtime validators with only one line

3 lines (2 loc) 171 B
import { TypeGuardError } from "../TypeGuardError"; export declare const $throws: (method: string) => (props: Pick<TypeGuardError.IProps, "expected" | "value">) => never;