Module
Web.Intl.Collator
- Package
- purescript-web-intl
- Repository
- ptrfrncsmrph/purescript-web-intl
#new Source
new :: forall options options'. Union options options' CollatorOptions => NonEmptyArray Locale -> Record options -> Effect Collator
#supportedLocalesOf Source
supportedLocalesOf :: forall options options'. Union options options' CollatorOptions => NonEmptyArray Locale -> Record options -> Array String