mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
Apply formatting to es2023.intl.d.ts
This commit is contained in:
parent
5de28dbf4d
commit
894046694b
26
src/lib/es2023.intl.d.ts
vendored
26
src/lib/es2023.intl.d.ts
vendored
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user