All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.js.intl.PluralRules.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:JsQualifier("Intl")

package js.intl

import js.core.ReadonlyArray

external class PluralRules(
    locales: String = definedExternally,
    options: PluralRulesOptions = definedExternally,
) {
    constructor(
        locales: ReadonlyArray,
        options: PluralRulesOptions = definedExternally,
    )

    fun resolvedOptions(): ResolvedPluralRulesOptions
    fun select(n: Number): LDMLPluralRule
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy