UNPKG

rule-filter-validator

Version:

A object and scope validator based on structured rules

3 lines (2 loc) 120 B
import type { FieldFunction } from "./types"; export declare const functions: Record<FieldFunction, (val: any) => any>;