UNPKG

rule-filter-validator

Version:

A object and scope validator based on structured rules

2 lines (1 loc) 114 B
export declare function isValid(compareValue: any, fn: string, testValue: any, strict?: boolean): boolean | null;