import { isoTime } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a pipeline validation action that validates a time.
Format: hh:mm
Parameters
optional
message: ErrorMessageThe error message.
Returns
A validation action.
import { isoTime } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a pipeline validation action that validates a time.
Format: hh:mm
The error message.
A validation action.