10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1592210 commit ea36fb3Copy full SHA for ea36fb3
src/lib/es2020.intl.d.ts
@@ -83,7 +83,7 @@ declare namespace Intl {
83
*
84
* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#locales_argument).
85
*/
86
- type LocalesArgument = UnicodeBCP47LocaleIdentifier | Locale | (UnicodeBCP47LocaleIdentifier | Locale)[] | undefined;
+ type LocalesArgument = UnicodeBCP47LocaleIdentifier | Locale | readonly (UnicodeBCP47LocaleIdentifier | Locale)[] | undefined;
87
88
/**
89
* An object with some or all of properties of `options` parameter
0 commit comments