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 1931b9c commit abcd4acCopy full SHA for abcd4ac
src/Core__Intl.mjs
@@ -1,6 +1,8 @@
1
// Generated by ReScript, PLEASE EDIT WITH CARE
2
3
4
+var Common;
5
+
6
var Collator;
7
8
var DateTimeFormat;
@@ -20,6 +22,7 @@ var Segmenter;
20
22
var Segments;
21
23
24
export {
25
+ Common ,
26
Collator ,
27
DateTimeFormat ,
28
ListFormat ,
src/Core__Intl.res
@@ -1,3 +1,4 @@
+module Common = Core__Intl__Common
module Collator = Core__Intl__Collator
module DateTimeFormat = Core__Intl__DateTimeFormat
module ListFormat = Core__Intl__ListFormat
0 commit comments