Module
Web.Intl.Segmenter
- Package
- purescript-web-intl
- Repository
- ptrfrncsmrph/purescript-web-intl
#SegmenterOptions Source
type SegmenterOptions :: Row Type
type SegmenterOptions = (granularity :: String, localeMatcher :: String)
#new Source
new :: forall options options'. Union options options' SegmenterOptions => NonEmptyArray Locale -> Record options -> Effect Segmenter
#supportedLocalesOf Source
supportedLocalesOf :: forall options options'. Union options options' SegmenterOptions => NonEmptyArray Locale -> Record options -> Array String