Module

Web.Intl.PluralRules

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

#PluralRules Source

#PluralRulesOptions Source

type PluralRulesOptions :: Row Typetype PluralRulesOptions = (localeMatcher :: String, maximumFractionDigits :: Int, maximumSignificantDigits :: Int, minimumFractionDigits :: Int, minimumIntegerDigits :: Int, minimumSignificantDigits :: Int, type :: String)

#new Source

new :: forall options options'. Union options options' PluralRulesOptions => Array String -> Record options -> Effect PluralRules

#supportedLocalesOf Source

supportedLocalesOf :: forall options options'. Union options options' LocaleOptions => Array String -> Record options -> Array String

#selectRange Source