import { isoTimeSecond } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/index.ts";
Creates an ISO time second validation action.
Format: hh:mm:ss
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.