We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551836f commit 44ea083Copy full SHA for 44ea083
src/Core__Intl.res
@@ -4,3 +4,18 @@ module Locale = Core__Intl__Locale
4
module NumberFormat = Core__Intl__NumberFormat
5
module PluralRules = Core__Intl__PluralRules
6
module RelativeTimeFormat = Core__Intl__RelativeTimeFormat
7
+
8
+/**
9
+@throws RangeError
10
+*/
11
+external getCanonicalLocalesExn: string => array<string> = "Intl.getCanonicalLocales"
12
13
14
15
16
+external getCanonicalLocalesManyExn: array<string> => array<string> = "Intl.getCanonicalLocales"
17
18
19
20
21
+external supportedValuesOfExn: string => array<string> = "Intl.supportedValuesOf"
0 commit comments