Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias ValidationStrategy
import { type ValidationStrategy } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/preact.client.ts";
definition: (
event: "change" | "touch" | "submit",
submitCounter: number,
validate: () => Promise<ValidationResult<VALUE>>,
) => Promise<ValidationResult<VALUE>>