UEA-PRODEM
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
import type { Match } from "../../../locale/types.js";
|
||||
import { Parser } from "../Parser.js";
|
||||
import type { ParseFlags, ParseResult } from "../types.js";
|
||||
import type { Match } from "../../../locale/types.ts";
|
||||
import { Parser } from "../Parser.ts";
|
||||
import type { ParseFlags, ParseResult } from "../types.ts";
|
||||
export declare class ISOWeekParser extends Parser<number> {
|
||||
priority: number;
|
||||
parse(dateString: string, token: string, match: Match): ParseResult<number>;
|
||||
|
||||
Reference in New Issue
Block a user