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 81d1457 commit 3b95404Copy full SHA for 3b95404
src/lib/es2020.intl.d.ts
@@ -254,6 +254,10 @@ declare namespace Intl {
254
}
255
256
interface Locale extends LocaleOptions {
257
+ /** A string containing the language, and the script and region if available. */
258
+ baseName: string;
259
+ /** The primary language subtag associated with the locale. */
260
+ language: string;
261
/** Gets the most likely values for the language, script, and region of the locale based on existing values. */
262
maximize(): Locale;
263
/** Attempts to remove information about the locale that would be added by calling `Locale.maximize()`. */
0 commit comments