UNPKG

typia

Version:

Superfast runtime validators with only one line

3 lines (2 loc) 223 B
import { TypeGuardError } from "../TypeGuardError"; export declare const $every: <T>(array: T[], pred: (value: T, i: number) => null | Omit<TypeGuardError.IProps, "method">) => null | Omit<TypeGuardError.IProps, "method">;