Skip to content

Commit c435473

Browse files
committed
Drops the es2020 definition of UnicodeBCP47LocaleIdentifier, it's now available in es2016
1 parent ad66018 commit c435473

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/lib/es2020.intl.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
declare namespace Intl {
22

3-
/**
4-
* [Unicode BCP 47 Locale Identifiers](https://unicode.org/reports/tr35/#Unicode_Language_and_Locale_Identifiers) definition.
5-
*
6-
* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#locales_argument).
7-
*
8-
*/
9-
type UnicodeBCP47LocaleIdentifier = string;
10-
113
/**
124
* Unit to use in the relative time internationalized message.
135
*

0 commit comments

Comments
 (0)