Module

Web.Intl.Collator

Package
purescript-web-intl
Repository
ptrfrncsmrph/purescript-web-intl

#Collator Source

#CollatorOptions Source

type CollatorOptions :: Row Typetype CollatorOptions = (caseFirst :: String, collation :: String, ignorePunctuation :: Boolean, localeMatcher :: String, numeric :: Boolean, sensitivity :: String, usage :: String)

#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