summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.esnext.intl.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/dts/lib.esnext.intl.d.ts')
-rw-r--r--cli/tsc/dts/lib.esnext.intl.d.ts9
1 files changed, 1 insertions, 8 deletions
diff --git a/cli/tsc/dts/lib.esnext.intl.d.ts b/cli/tsc/dts/lib.esnext.intl.d.ts
index c02e8b816..71b72acc8 100644
--- a/cli/tsc/dts/lib.esnext.intl.d.ts
+++ b/cli/tsc/dts/lib.esnext.intl.d.ts
@@ -17,12 +17,5 @@ and limitations under the License.
/// <reference no-default-lib="true"/>
declare namespace Intl {
- interface NumberRangeFormatPart extends NumberFormatPart {
- source: "startRange" | "endRange" | "shared";
- }
-
- interface NumberFormat {
- formatRange(start: number | bigint, end: number | bigint): string;
- formatRangeToParts(start: number | bigint, end: number | bigint): NumberRangeFormatPart[];
- }
+ // Empty
}