UNPKG

ez-validation

Version:
3 lines (2 loc) 141 B
import { Map } from "./types"; export declare const schemaValidation: (values: Map, schema: Map, schemaValidationKey?: string | null) => {};