Module
Web.Intl.PluralRules  
- Package
 - purescript-web-intl
 - Repository
 - ptrfrncsmrph/purescript-web-intl
 
#PluralRules Source
data PluralRules#new Source
new :: forall options options'. Union options options' PluralRulesOptions => NonEmptyArray Locale -> Record options -> Effect PluralRules#new_ Source
new_ :: NonEmptyArray Locale -> Effect PluralRules#supportedLocalesOf Source
supportedLocalesOf :: forall options options'. Union options options' PluralRulesOptions => NonEmptyArray Locale -> Record options -> Array String#selectRange Source
selectRange :: PluralRules -> Int -> Int -> String