File tree Expand file tree Collapse file tree 2 files changed +123
-0
lines changed Expand file tree Collapse file tree 2 files changed +123
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Generated by ReScript, PLEASE EDIT WITH CARE
2
+ /* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */
Original file line number Diff line number Diff line change
1
+ type localeMatcher = [#lookup | @as ("best fit" ) #bestFit ]
2
+
3
+ type numberingSystem = [
4
+ | #adlm
5
+ | #ahom
6
+ | #arab
7
+ | #arabext
8
+ | #bali
9
+ | #beng
10
+ | #bhks
11
+ | #brah
12
+ | #cakm
13
+ | #cham
14
+ | #deva
15
+ | #diak
16
+ | #fullwide
17
+ | #gong
18
+ | #gonm
19
+ | #gujr
20
+ | #guru
21
+ | #hanidec
22
+ | #hmng
23
+ | #hmnp
24
+ | #java
25
+ | #kali
26
+ | #kawi
27
+ | #khmr
28
+ | #knda
29
+ | #lana
30
+ | #lanatham
31
+ | #laoo
32
+ | #latn
33
+ | #lepc
34
+ | #limb
35
+ | #mathbold
36
+ | #mathdbl
37
+ | #mathmono
38
+ | #mathsanb
39
+ | #mathsans
40
+ | #mlym
41
+ | #modi
42
+ | #mong
43
+ | #mroo
44
+ | #mtei
45
+ | #mymr
46
+ | #mymrshan
47
+ | #mymrtlng
48
+ | #nagm
49
+ | #newa
50
+ | #nkoo
51
+ | #olck
52
+ | #orya
53
+ | #osma
54
+ | #rohg
55
+ | #saur
56
+ | #segment
57
+ | #shrd
58
+ | #sind
59
+ | #sinh
60
+ | #sora
61
+ | #sund
62
+ | #takr
63
+ | #talu
64
+ | #tamldec
65
+ | #telu
66
+ | #thai
67
+ | #tibt
68
+ | #tirh
69
+ | #tnsa
70
+ | #vaii
71
+ | #wara
72
+ | #wcho
73
+ ]
74
+
75
+ type oneTo21 = [
76
+ | # 1
77
+ | # 2
78
+ | # 3
79
+ | # 4
80
+ | # 5
81
+ | # 6
82
+ | # 7
83
+ | # 8
84
+ | # 9
85
+ | # 10
86
+ | # 11
87
+ | # 12
88
+ | # 13
89
+ | # 14
90
+ | # 15
91
+ | # 16
92
+ | # 17
93
+ | # 18
94
+ | # 19
95
+ | # 20
96
+ | # 21
97
+ ]
98
+
99
+ type zeroTo20 = [
100
+ | # 0
101
+ | # 1
102
+ | # 2
103
+ | # 3
104
+ | # 4
105
+ | # 5
106
+ | # 6
107
+ | # 7
108
+ | # 8
109
+ | # 9
110
+ | # 10
111
+ | # 11
112
+ | # 12
113
+ | # 13
114
+ | # 14
115
+ | # 15
116
+ | # 16
117
+ | # 17
118
+ | # 18
119
+ | # 19
120
+ | # 20
121
+ ]
You can’t perform that action at this time.
0 commit comments