Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias DayOfWeek
import { type DayOfWeek } from "https://deno.land/x/netzo@0.3.66/deps/react-day-picker.ts";

A matcher to match a date being one of the specified days of the week (0-7, where 0 is Sunday).

definition: { dayOfWeek: number[]; }