import { isoWeek } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/isoWeek/isoWeek.ts";
Creates an ISO week validation action.
Format: yyyy-Www
Hint: The regex used cannot validate the maximum number of weeks based on the year. For example, "2021W53" is valid although 2021 has only 52 weeks.
Returns
IsoWeekAction<TInput, undefined>
An ISO week action.
Creates an ISO week validation action.
Format: yyyy-Www
Hint: The regex used cannot validate the maximum number of weeks based on the year. For example, "2021W53" is valid although 2021 has only 52 weeks.
Type Parameters
TMessage extends ErrorMessage<IsoWeekIssue<TInput>> | undefined
Parameters
message: TMessage
The error message.
Returns
An ISO week action.