UEA-PRODEM
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
import { formatters } from "./_lib/format/formatters.js";
|
||||
import { longFormatters } from "./_lib/format/longFormatters.js";
|
||||
import { formatters } from "./_lib/format/formatters.ts";
|
||||
import { longFormatters } from "./_lib/format/longFormatters.ts";
|
||||
import type {
|
||||
AdditionalTokensOptions,
|
||||
ContextOptions,
|
||||
@@ -7,7 +7,7 @@ import type {
|
||||
FirstWeekContainsDateOptions,
|
||||
LocalizedOptions,
|
||||
WeekOptions,
|
||||
} from "./types.js";
|
||||
} from "./types.ts";
|
||||
export { formatters, longFormatters };
|
||||
export { format as formatDate };
|
||||
export type { FormatOptions as FormatDateOptions };
|
||||
|
||||
Reference in New Issue
Block a user