UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

4 lines (3 loc) 211 B
import { DateRange, Matcher } from "../Date.typeutils.js"; export declare function isMatch(day: Date, matchers: Matcher[]): boolean; export declare function isDateInRange(date: Date, range: DateRange): boolean;