UEA-PRODEM
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import type { FormatDistanceFn } from "../../types.js";
|
||||
import type { FormatDistanceFn } from "../../types.ts";
|
||||
export type FormatDistanceTokanRelativeValue = {
|
||||
one: string;
|
||||
other: string;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import type { FormatDistanceFn } from "../../types.js";
|
||||
import type { FormatDistanceFn } from "../../types.ts";
|
||||
export type FormatDistanceTokanRelativeValue = {
|
||||
one: string;
|
||||
other: string;
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
import type { FormatLong } from "../../types.js";
|
||||
import type { FormatLong } from "../../types.ts";
|
||||
export declare const formatLong: FormatLong;
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
import type { FormatLong } from "../../types.js";
|
||||
import type { FormatLong } from "../../types.ts";
|
||||
export declare const formatLong: FormatLong;
|
||||
|
||||
+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,4 +1,4 @@
|
||||
import type { Localize } from "../../types.js";
|
||||
import type { Localize } from "../../types.ts";
|
||||
type hiLocaleNumberType =
|
||||
| "\u0967"
|
||||
| "\u0968"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import type { Localize } from "../../types.js";
|
||||
import type { Localize } from "../../types.ts";
|
||||
type hiLocaleNumberType =
|
||||
| "\u0967"
|
||||
| "\u0968"
|
||||
|
||||
+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