UNPKG

typia

Version:

Superfast runtime validators with only one line

3 lines (2 loc) 203 B
import { TypeGuardError } from "../TypeGuardError"; export declare const _assertGuard: (exceptionable: boolean, props: TypeGuardError.IProps, factory?: (props: TypeGuardError.IProps) => Error) => false;