Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/react-day-picker.ts>DateBefore

Deno-powered framework for building business web apps
Go to Latest
type alias DateBefore
import { type DateBefore } from "https://deno.land/x/netzo@0.3.91/deps/react-day-picker.ts";

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

definition: { before: Date; }