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

A matcher to match a day falling before the specified date, with the date not included.

definition: { before: Date; }