Common
localeMatcher
RESCRIPT
type localeMatcher = [#"best fit" | #lookup]calendar
RESCRIPT
type calendar = [
  | #buddhist
  | #chinese
  | #coptic
  | #dangi
  | #ethioaa
  | #ethiopic
  | #gregory
  | #hebrew
  | #indian
  | #islamic
  | #"islamic-civil"
  | #"islamic-rgsa"
  | #"islamic-tbla"
  | #"islamic-umalqura"
  | #iso8601
  | #japanese
  | #persian
  | #roc
]collation
RESCRIPT
type collation = [
  | #compat
  | #dict
  | #emoji
  | #eor
  | #phonebk
  | #phonetic
  | #pinyin
  | #stroke
  | #trad
  | #unihan
  | #zhuyin
]numberingSystem
RESCRIPT
type numberingSystem = [
  | #adlm
  | #ahom
  | #arab
  | #arabext
  | #bali
  | #beng
  | #bhks
  | #brah
  | #cakm
  | #cham
  | #deva
  | #diak
  | #fullwide
  | #gong
  | #gonm
  | #gujr
  | #guru
  | #hanidec
  | #hmng
  | #hmnp
  | #java
  | #kali
  | #kawi
  | #khmr
  | #knda
  | #lana
  | #lanatham
  | #laoo
  | #latn
  | #lepc
  | #limb
  | #mathbold
  | #mathdbl
  | #mathmono
  | #mathsanb
  | #mathsans
  | #mlym
  | #modi
  | #mong
  | #mroo
  | #mtei
  | #mymr
  | #mymrshan
  | #mymrtlng
  | #nagm
  | #newa
  | #nkoo
  | #olck
  | #orya
  | #osma
  | #rohg
  | #saur
  | #segment
  | #shrd
  | #sind
  | #sinh
  | #sora
  | #sund
  | #takr
  | #talu
  | #tamldec
  | #telu
  | #thai
  | #tibt
  | #tirh
  | #tnsa
  | #vaii
  | #wara
  | #wcho
]oneTo21
RESCRIPT
type oneTo21 = [
  | #1
  | #10
  | #11
  | #12
  | #13
  | #14
  | #15
  | #16
  | #17
  | #18
  | #19
  | #2
  | #20
  | #21
  | #3
  | #4
  | #5
  | #6
  | #7
  | #8
  | #9
]zeroTo20
RESCRIPT
type zeroTo20 = [
  | #0
  | #1
  | #10
  | #11
  | #12
  | #13
  | #14
  | #15
  | #16
  | #17
  | #18
  | #19
  | #2
  | #20
  | #3
  | #4
  | #5
  | #6
  | #7
  | #8
  | #9
]