import { isoTimeSecond } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/index.ts";
Creates an ISO time second validation action.
Format: hh:mm:ss
Returns
IsoTimeSecondAction<TInput, undefined>
An ISO time second action.
Creates an ISO time second validation action.
Format: hh:mm:ss
Type Parameters
TMessage extends ErrorMessage<IsoTimeSecondIssue<TInput>> | undefined
Parameters
message: TMessage
The error message.
Returns
An ISO time second action.