UNPKG

@ivandt/json-rules

Version:

Rule parsing engine for JSON rules

6 lines (5 loc) 203 B
import { URLValidationConfig } from "../../types/rule"; /** * Validates URLs with configurable options */ export declare function validateURL(value: any, config?: URLValidationConfig | null): boolean;