go integration and wikipedia
This commit is contained in:
parent
47a252e339
commit
ee90335b92
7828 changed files with 1307913 additions and 20807 deletions
17
frontend/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.d.mts
generated
vendored
Normal file
17
frontend/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.d.mts
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import type { LocaleDayPeriod, Match } from "../../../locale/types.js";
|
||||
import { Parser } from "../Parser.js";
|
||||
import type { ParseFlags, ParseResult } from "../types.js";
|
||||
export declare class DayPeriodParser extends Parser<LocaleDayPeriod> {
|
||||
priority: number;
|
||||
parse(
|
||||
dateString: string,
|
||||
token: string,
|
||||
match: Match,
|
||||
): ParseResult<LocaleDayPeriod>;
|
||||
set<DateType extends Date>(
|
||||
date: DateType,
|
||||
_flags: ParseFlags,
|
||||
value: LocaleDayPeriod,
|
||||
): DateType;
|
||||
incompatibleTokens: string[];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue