UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (4 loc) 163 B
import { TypeGuardError } from "../TypeGuardError"; export const _throwTypeGuardError = (props: TypeGuardError.IProps) => { throw new TypeGuardError(props); };