Apply formatting to es2023.intl.d.ts

This commit is contained in:
copilot-swe-agent[bot] 2025-07-07 19:10:58 +00:00
parent 5de28dbf4d
commit 894046694b

View File

@ -1,16 +1,16 @@
declare namespace Intl {
interface NumberFormatOptionsUseGroupingRegistry {
min2: never;
auto: never;
always: never;
}
interface NumberFormatOptionsSignDisplayRegistry {
negative: never;
}
interface NumberFormatPartTypeRegistry {
approximatelySign: never;
declare namespace Intl {
interface NumberFormatOptionsUseGroupingRegistry {
min2: never;
auto: never;
always: never;
}
interface NumberFormatOptionsSignDisplayRegistry {
negative: never;
}
interface NumberFormatPartTypeRegistry {
approximatelySign: never;
}
interface NumberFormatOptions {