UEA-PRODEM
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
import type { Localize } from "../../locale/types.js";
|
||||
import type { Localize } from "../../locale/types.ts";
|
||||
import type {
|
||||
FirstWeekContainsDateOptions,
|
||||
LocalizedOptions,
|
||||
WeekOptions,
|
||||
} from "../../types.js";
|
||||
} from "../../types.ts";
|
||||
type Formatter = (
|
||||
date: Date,
|
||||
token: string,
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
import type { Localize } from "../../locale/types.js";
|
||||
import type { Localize } from "../../locale/types.ts";
|
||||
import type {
|
||||
FirstWeekContainsDateOptions,
|
||||
LocalizedOptions,
|
||||
WeekOptions,
|
||||
} from "../../types.js";
|
||||
} from "../../types.ts";
|
||||
type Formatter = (
|
||||
date: Date,
|
||||
token: string,
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import type { FormatLong } from "../../locale/types.js";
|
||||
import type { FormatLong } from "../../locale/types.ts";
|
||||
type LongFormatter = (pattern: string, formatLong: FormatLong) => string;
|
||||
export declare const longFormatters: Record<string, LongFormatter>;
|
||||
export {};
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import type { FormatLong } from "../../locale/types.js";
|
||||
import type { FormatLong } from "../../locale/types.ts";
|
||||
type LongFormatter = (pattern: string, formatLong: FormatLong) => string;
|
||||
export declare const longFormatters: Record<string, LongFormatter>;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user