Skip to content

Commit 8b96367

Browse files
committed
es2023.intl: Fix interface names
1 parent ef87a15 commit 8b96367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/es2023.intl.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
declare namespace Intl {
2-
interface NumberFormatUseGroupingRegistry {
2+
interface NumberFormatOptionsUseGroupingRegistry {
33
true: any;
44
false: any;
55
min2: any;
66
auto: any;
77
always: any;
88
}
99

10-
interface NumberFormatSignDisplayRegistry {
10+
interface NumberFormatOptionsSignDisplayRegistry {
1111
negative: any;
1212
}
1313

0 commit comments

Comments
 (0)