UEA-PRODEM
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
import type { FormatDistanceFn } from "../../types.js";
|
||||
import type { FormatDistanceFn } from "../../types.ts";
|
||||
export declare const formatDistance: FormatDistanceFn;
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
import type { FormatDistanceFn } from "../../types.js";
|
||||
import type { FormatDistanceFn } from "../../types.ts";
|
||||
export declare const formatDistance: FormatDistanceFn;
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
export declare const formatLong: {
|
||||
date: import("../../types.js").FormatLongFn;
|
||||
time: import("../../types.js").FormatLongFn;
|
||||
dateTime: import("../../types.js").FormatLongFn;
|
||||
date: import("../../types.ts").FormatLongFn;
|
||||
time: import("../../types.ts").FormatLongFn;
|
||||
dateTime: import("../../types.ts").FormatLongFn;
|
||||
};
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
export declare const formatLong: {
|
||||
date: import("../../types.js").FormatLongFn;
|
||||
time: import("../../types.js").FormatLongFn;
|
||||
dateTime: import("../../types.js").FormatLongFn;
|
||||
date: import("../../types.ts").FormatLongFn;
|
||||
time: import("../../types.ts").FormatLongFn;
|
||||
dateTime: import("../../types.ts").FormatLongFn;
|
||||
};
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
import type { FormatRelativeFn } from "../../types.js";
|
||||
import type { FormatRelativeFn } from "../../types.ts";
|
||||
export declare const formatRelative: FormatRelativeFn;
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
import type { FormatRelativeFn } from "../../types.js";
|
||||
import type { FormatRelativeFn } from "../../types.ts";
|
||||
export declare const formatRelative: FormatRelativeFn;
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
import type { Localize } from "../../types.js";
|
||||
import type { Localize } from "../../types.ts";
|
||||
export declare const localize: Localize;
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
import type { Localize } from "../../types.js";
|
||||
import type { Localize } from "../../types.ts";
|
||||
export declare const localize: Localize;
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
import type { Match } from "../../types.js";
|
||||
import type { Match } from "../../types.ts";
|
||||
export declare const match: Match;
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
import type { Match } from "../../types.js";
|
||||
import type { Match } from "../../types.ts";
|
||||
export declare const match: Match;
|
||||
|
||||
Reference in New Issue
Block a user