import { isoWeek } from "https://deno.land/x/valibot@v0.5.0/src/validations/isoWeek/index.ts";
Creates a validation functions 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.