Skip to main content
Module

x/valibot/mod.ts>IsoWeekValidation

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface IsoWeekValidation
implements BaseValidation<TInput>
import { type IsoWeekValidation } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

ISO week validation type.

Type Parameters

TInput extends string

Properties

type: "iso_week"

The validation type.

requirement: RegExp

The ISO week regex.