Match
import type { Match } from "https://esm.sh/v135/date-fns@3.6.0/index.d.mts";
The object with functions used to match and parse various localized values.
interface Match {
dayPeriod: MatchFn<LocaleDayPeriod>;
ordinalNumber: MatchFn<number, {
}unit: LocaleUnit;
}>;§Properties
§
dayPeriod: MatchFn<LocaleDayPeriod>
[src]The function that parses a localized time of the day.
§
ordinalNumber: MatchFn<number, {
[src]unit: LocaleUnit;
}>The function that parses a localized ordinal number.