UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+2 -2
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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 {};