import { isoWeek } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
Creates a pipeline validation action that validates a week.
Format: yyyy-Www
Hint: The regex used cannot validate the maximum number of weeks based on the year. For example, "2021W53" is valid even though the year 2021 has only 52 weeks.
Parameters
optional
message: ErrorMessageThe error message.
Returns
A validation action.