UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

4 lines (3 loc) 258 B
import { ValidateError } from '../ValidateError'; import { AnyObjInterface } from '../../../interfaces/AnyObjInterface'; export type RuleCheckerInterface = (ruleList: string, data: AnyObjInterface, field: string, paramList?: any) => ValidateError | true;