Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Vendored
+8
-2
@@ -1,5 +1,11 @@
|
||||
declare namespace Intl {
|
||||
type Key = 'calendar' | 'collation' | 'currency' | 'numberingSystem' | 'timeZone' | 'unit';
|
||||
type Key =
|
||||
| "calendar"
|
||||
| "collation"
|
||||
| "currency"
|
||||
| "numberingSystem"
|
||||
| "timeZone"
|
||||
| "unit";
|
||||
|
||||
function supportedValuesOf(input: Key): string[];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user